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

Packages that use ClifServerControl
org.ow2.clif.deploy Support for asynchronous deployment of Clif servers and blade components. 
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 ClifServerControl in org.ow2.clif.deploy
 

Fields in org.ow2.clif.deploy declared as ClifServerControl
protected  ClifServerControl BladeRemove.server
           
protected  ClifServerControl BladeDeploy.server
           
 

Constructors in org.ow2.clif.deploy with parameters of type ClifServerControl
BladeDeploy(org.objectweb.fractal.api.Component clifApp, java.lang.String adlFilename, java.util.Map<java.lang.String,java.lang.String> adlParameters, ClifServerControl server, java.lang.String id)
          Defines a new Blade Component deployment.
BladeRemove(org.objectweb.fractal.api.Component clifApp, ClifServerControl server)
          Removes all blades of a given Clif server, and from the given clif application composite.
 

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

Classes in org.ow2.clif.server.lib that implement ClifServerControl
 class ClifServerImpl
          Manages blade creation and removal within a given Clif server.