|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModuleControl
An implementor exposes a BUG module to the runtime. This module can be queried and manipulated by clients such as the IDE.
| Method Summary | |
|---|---|
java.lang.String |
getModuleName()
Get the human-readable name of this module. |
java.util.List |
getModuleProperties()
Return a list of IModuleProperty elements. |
int |
getSlotId()
|
int |
resume()
Resume the module. |
boolean |
setModuleProperty(IModuleProperty property)
Set a property. |
int |
suspend()
Suspend the module. |
| Method Detail |
|---|
java.util.List getModuleProperties()
IModuleProperty elements.
java.lang.String getModuleName()
int getSlotId()
boolean setModuleProperty(IModuleProperty property)
property -
int suspend()
throws java.io.IOException
java.io.IOException
int resume()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||