Uses of Interface
obixserver.core.Service

Packages that use Service
obixserver.core.alarm

Alarm Sybsystem 

obixserver.core.engine

oBIX Server Engine 

obixserver.module

oBIX Server Modules 

obixserver.module.external

oBIX External Server Modules 

 

Uses of Service in obixserver.core.alarm
 

Classes in obixserver.core.alarm that implement Service
 class AlarmManager
          Manages alarm lifecycle: creation, deletion and updates.
 

Uses of Service in obixserver.core.engine
 

Subinterfaces of Service in obixserver.core.engine
 interface ObjBroker
          ObjBroker defines operations that are used to load, create, add, remove and manage obix Obj's and provides a facade to Obj cache and overall object management.
 

Classes in obixserver.core.engine that implement Service
 class ObixServerEngine
          oBIX Server Engine/Manager.
 class ObjBrokerImpl
          Implements ObjBroker interface as facade for Obj managment.
 

Uses of Service in obixserver.module
 

Subinterfaces of Service in obixserver.module
 interface Module
          All oBIX modules must implement this interface.
 

Classes in obixserver.module that implement Service
 class AbstractBaseModule
          This is the abstract base class modules usually extend.
 class CoreModule
          Implements core module.
 class NoopModule
          Sample module that only load a tree - which is done via configuration and base class.
 class PushSimulatorModule
          Sample module that simulates dynamic data items in the push model.
 class SimulatorModule
          Sample module that simulates read-only and read/write object implementation as well as dynamic objects with changing values.
 

Uses of Service in obixserver.module.external
 

Subinterfaces of Service in obixserver.module.external
 interface ExternalModule
          All external oBIX modules must implement this interface.
 

Classes in obixserver.module.external that implement Service
 class AbstractExternalModule
          This is the abstract external module that external modules usually extend.
 class ExternalNoopModule
          Sample module that only initializes itself in the tree and creates one sub-object.
 class OxExternalModuleManager
          oBIX External Module Manager.
 



Copyright © 2006-2008 Peter Michalek All Rights Reserved.