|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalModule
All external oBIX modules must implement this interface.
Method Summary | |
---|---|
String |
getHome()
|
void |
init(obix.Obj context)
Initialize the module. |
void |
setBaseObj(obix.Obj obj)
|
void |
setHome(String path)
Sets path for root of the subtree of oBIX server that this external module will be updating. |
void |
setProperty(String name,
String value)
Sets property for this module. |
void |
setSession(obix.net.ObixSession session)
|
void |
term()
De-initialize/terminate the module. |
Methods inherited from interface obixserver.core.Service |
---|
start, stop |
Method Detail |
---|
void setHome(String path)
path
- String getHome()
void init(obix.Obj context)
context
- void term()
void setProperty(String name, String value)
name
- value
- void setBaseObj(obix.Obj obj)
void setSession(obix.net.ObixSession session)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |