Uses of Class
org.opencastproject.execute.api.ExecuteException
Packages that use ExecuteException
Package
Description
-
Uses of ExecuteException in org.opencastproject.execute.api
Methods in org.opencastproject.execute.api that throw ExecuteExceptionModifier and TypeMethodDescriptionExecuteService.execute(String exec, String args, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type type, float load) Execute the operation specified byexecwith the argument string indicated byargs.ExecuteService.execute(String exec, String args, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load) Execute the operation specified byexecwith the argument string indicated byargs. -
Uses of ExecuteException in org.opencastproject.execute.impl
Methods in org.opencastproject.execute.impl that throw ExecuteExceptionModifier and TypeMethodDescriptionprotected StringExecuteServiceImpl.doProcess(List<String> arguments, MediaPackageElement element, String outFileName, MediaPackageElement.Type expectedType) Does the actual processing, given a mediapackage element (Execute Many WOH)protected StringExecuteServiceImpl.doProcess(List<String> arguments, MediaPackage mp, String outFileName, MediaPackageElement.Type expectedType) Does the actual processing, given a mediapackage (Execute Once WOH)ExecuteServiceImpl.execute(String exec, String params, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type expectedType, float load) Execute the operation specified byexecwith the argument string indicated byargs.ExecuteServiceImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type expectedType, float load) Execute the operation specified byexecwith the argument string indicated byargs.protected StringAsks the overriding class to process the arguments using the given operation. -
Uses of ExecuteException in org.opencastproject.execute.remote
Methods in org.opencastproject.execute.remote that throw ExecuteExceptionModifier and TypeMethodDescriptionExecuteServiceRemoteImpl.execute(String exec, String params, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type type, float load) ExecuteServiceRemoteImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load)