Uses of Interface
org.ow2.clif.server.api.BladeInsertResponse

Packages that use BladeInsertResponse
org.ow2.clif.probe.util Generic, abstract Insert components implementation to ease the development of probe inserts. 
org.ow2.clif.scenario.isac.engine   
org.ow2.clif.server.lib Clif server implementation, and typical implementation of a blade as an assembly of 4 sub-components, namely the insert adapter, the insert, the data collector and the storage proxy. 
 

Uses of BladeInsertResponse in org.ow2.clif.probe.util
 

Fields in org.ow2.clif.probe.util declared as BladeInsertResponse
protected  BladeInsertResponse AbstractDumbInsert.bir
           
 

Uses of BladeInsertResponse in org.ow2.clif.scenario.isac.engine
 

Classes in org.ow2.clif.scenario.isac.engine that implement BladeInsertResponse
 class AsyncAlarmForwarder
          Wrapper for asynchronous management of alarms sent to BladeInsertResponse interface.
 

Constructors in org.ow2.clif.scenario.isac.engine with parameters of type BladeInsertResponse
AsyncAlarmForwarder(java.lang.ThreadGroup group, BladeInsertResponse target)
          Creates a front-end for a target BladeInsertResponse object.
 

Uses of BladeInsertResponse in org.ow2.clif.server.lib
 

Classes in org.ow2.clif.server.lib that implement BladeInsertResponse
 class BladeInsertAdapterImpl
          Implementation of a Blade Insert Adapter component (kind of an asynchronous wrapper to the Blade Insert component).