Uses of Class
org.ow2.clif.deploy.ClifRegistry

Packages that use ClifRegistry
org.ow2.clif.console.lib.egui   
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 ClifRegistry in org.ow2.clif.console.lib.egui
 

Methods in org.ow2.clif.console.lib.egui that return ClifRegistry
static ClifRegistry ClifConsolePlugin.getRegistry(boolean update)
          On first call, creates the registry or connects to an existing registry, and creates the default local CLIF server.
 

Uses of ClifRegistry in org.ow2.clif.deploy
 

Methods in org.ow2.clif.deploy with parameters of type ClifRegistry
 void ClifAppFacade.deploy(java.util.Map definitions, ClifRegistry registry)
          Asynchronously deploys blades among CLIF servers according to the given definitions.
 void ClifAppFacade.syncDeploy(java.util.Map definitions, ClifRegistry registry)
          Synchronous version of deploy method (returns when deployment is complete), i.e. returns when the deployment process is complete.
 

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

Methods in org.ow2.clif.server.lib with parameters of type ClifRegistry
static void ClifServerImpl.create(java.lang.String name, ClifRegistry registry)
          Creates a CLIF server in current/local Fractal environment, and binds it with the given name in the given registry.