Uses of Interface
gov.bnl.star.offline.scheduler.util.sandbox.Sandbox

Packages that use Sandbox
gov.bnl.star.offline.scheduler.request Contains classes that define, parse, and validate user request, both in JDL and RDL. 
gov.bnl.star.offline.scheduler.util.sandbox Contains classes that define sub parts of an RDL request. 
 

Uses of Sandbox in gov.bnl.star.offline.scheduler.request
 

Methods in gov.bnl.star.offline.scheduler.request that return Sandbox
 Sandbox Request.getSandbox()
           
 

Methods in gov.bnl.star.offline.scheduler.request with parameters of type Sandbox
 void Request.setSandbox(Sandbox sandbox)
           
 

Uses of Sandbox in gov.bnl.star.offline.scheduler.util.sandbox
 

Classes in gov.bnl.star.offline.scheduler.util.sandbox that implement Sandbox
 class LocalSandbox
          The simplest implementation of the sandbox used to copy or link files in the simplest way possible without complex packing/compression schemes.
 class PackmanSandbox
          A variation of the sandbox using prepackage packman packages.
 class ZipSandbox
          This sandbox variant will zip all files packaged by the user in the user's home directory.
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.