Uses of Interface
co.cask.cdap.test.ProcedureManager

Packages that use ProcedureManager
co.cask.cdap.test This package contains the public classes for unit tests. 
co.cask.cdap.test.internal   
 

Uses of ProcedureManager in co.cask.cdap.test
 

Methods in co.cask.cdap.test that return ProcedureManager
 ProcedureManager ApplicationManager.startProcedure(String procedureName)
          Deprecated. As of version 2.6.0, replaced by Service
 ProcedureManager ApplicationManager.startProcedure(String procedureName, Map<String,String> arguments)
          Deprecated. As of version 2.6.0, replaced by Service
 

Uses of ProcedureManager in co.cask.cdap.test.internal
 

Methods in co.cask.cdap.test.internal that return ProcedureManager
 ProcedureManager DefaultApplicationManager.startProcedure(String procedureName)
           
 ProcedureManager DefaultApplicationManager.startProcedure(String procedureName, Map<String,String> arguments)
           
 



Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.