|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
oBIX External Server Modules
See:
Description
| Interface Summary | |
|---|---|
| ExternalModule | All external oBIX modules must implement this interface. |
| Class Summary | |
|---|---|
| AbstractExternalModule | This is the abstract external module that external modules usually extend. |
| ExternalNoopModule | Sample module that only initializes itself in the tree and creates one sub-object. |
| Main | Main class to start external module(s) process. |
| OxExternalModuleManager | oBIX External Module Manager. |
oBIX External Server Modules
External modules allows out-of-process integration with oX. The external module sends a PUT/write request to oBIX server when update to objects is needed. This is slower and more resource intensive, but may be convenient in situations where in-process integration can't be done or is cumbersome, such as when dealing with a language other than Java. It's recommended that for security reasons subtrees that are writable by external modules are configured for authenticated and possibly encrypted write access.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||