|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Module
All oBIX modules must implement this interface. The stop/shutdown sequence is sometimes required if complete cleanup can't be done in stop alone.
Method Summary | |
---|---|
String |
getBase()
Return base for this module. |
ObjBroker |
getObjBroker()
Returns ObjBroker. |
String |
getObjResource()
Returns obj resource for auto-loading. |
void |
init(obix.Obj context)
Initialize the module. |
void |
setBase(String base)
Sets base for this module - this is the leaf of the href of the base Obj of the module. |
void |
setObjBroker(ObjBroker objBroker)
Sets ObjBroker. |
void |
setObjResource(String resource)
Sets resource for auto-loading of Objs into repository. |
void |
setProperty(String name,
String value)
Sets property for this module. |
void |
term()
De-initialize/terminate the module. |
Methods inherited from interface obixserver.core.Service |
---|
start, stop |
Method Detail |
---|
void setBase(String base)
base
- String getBase()
void setObjResource(String resource)
resource
- String getObjResource()
void init(obix.Obj context)
context
- TODOvoid term()
ObjBroker getObjBroker()
void setObjBroker(ObjBroker objBroker)
void setProperty(String name, String value)
name
- value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |