Package obixserver.module.external

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.
 

Package obixserver.module.external Description

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.



Copyright © 2006-2008 Peter Michalek All Rights Reserved.