Java Doc for TransferJob.java in  » Workflow-Engines » pegasus-2.1.0 » org » griphyn » cPlanner » classes » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » pegasus 2.1.0 » org.griphyn.cPlanner.classes 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.griphyn.cPlanner.classes.Data
      org.griphyn.cPlanner.classes.SubInfo
         org.griphyn.cPlanner.classes.TransferJob

TransferJob
public class TransferJob extends SubInfo (Code)
This is a data class that stores the contents of the transfer job that transfers the data. Later on stdin etc, would be stored in it.
author:
   Karan Vahi vahi@isi.edu
author:
   Gaurang Mehta gmehta@isi.edu
version:
   $Revision: 50 $



Constructor Summary
public  TransferJob()
     The default constructor.
public  TransferJob(SubInfo job)
     The overloaded construct that constructs a GRMS job by wrapping around the SubInfo job.

Method Summary
public  Objectclone()
     Returns a new copy of the Object.
public  StringgetNonThirdPartySite()
     Returns the site at which the job would have run if the transfer job was being run in non third party mode.
public  voidsetNonThirdPartySite(String site)
     Sets the non third party site for the transfer job.
public  StringtoString()
     Returns a textual description of the Transfer Job.


Constructor Detail
TransferJob
public TransferJob()(Code)
The default constructor.



TransferJob
public TransferJob(SubInfo job)(Code)
The overloaded construct that constructs a GRMS job by wrapping around the SubInfo job.
Parameters:
  job - the original job description.




Method Detail
clone
public Object clone()(Code)
Returns a new copy of the Object. The implementation is faulty. There is a shallow copy for the profiles. That is the clone retains references to the original object. Object



getNonThirdPartySite
public String getNonThirdPartySite()(Code)
Returns the site at which the job would have run if the transfer job was being run in non third party mode. If the job is run in a non third party mode, the result should be the same as the site where the transfer job has been scheduled. the site at which the job would have run in a non third party mode,null if not set.



setNonThirdPartySite
public void setNonThirdPartySite(String site)(Code)
Sets the non third party site for the transfer job. This is the site at which the job would have run if the transfer job was being run in non third party mode.
Parameters:
  site - the name of the site



toString
public String toString()(Code)
Returns a textual description of the Transfer Job. the textual description.



Fields inherited from org.griphyn.cPlanner.classes.SubInfo
final public static int CLEANUP_JOB(Code)(Java Doc)
final public static int COMPUTE_JOB(Code)(Java Doc)
final public static int CREATE_DIR_JOB(Code)(Java Doc)
final public static int INTER_POOL_JOB(Code)(Java Doc)
final public static int REPLICA_REG_JOB(Code)(Java Doc)
final public static int STAGED_COMPUTE_JOB(Code)(Java Doc)
final public static int STAGE_IN_JOB(Code)(Java Doc)
final public static int STAGE_OUT_JOB(Code)(Java Doc)
final public static int UNASSIGNED_JOB(Code)(Java Doc)
public String condorUniverse(Code)(Java Doc)
public Condor condorVariables(Code)(Java Doc)
public Dagman dagmanVariables(Code)(Java Doc)
public String dvName(Code)(Java Doc)
public String dvNamespace(Code)(Java Doc)
public String dvVersion(Code)(Java Doc)
public ENV envVariables(Code)(Java Doc)
public String executable(Code)(Java Doc)
public String executionPool(Code)(Java Doc)
public Globus globusRSL(Code)(Java Doc)
public String globusScheduler(Code)(Java Doc)
public Hints hints(Code)(Java Doc)
public Set inputFiles(Code)(Java Doc)
public int jobClass(Code)(Java Doc)
public String jobID(Code)(Java Doc)
public String jobName(Code)(Java Doc)
public int level(Code)(Java Doc)
public String logicalId(Code)(Java Doc)
public String logicalName(Code)(Java Doc)
public String namespace(Code)(Java Doc)
public Set outputFiles(Code)(Java Doc)
public String stdErr(Code)(Java Doc)
public String stdIn(Code)(Java Doc)
public String stdOut(Code)(Java Doc)
public String strargs(Code)(Java Doc)
public VDS vdsNS(Code)(Java Doc)
public String version(Code)(Java Doc)

Methods inherited from org.griphyn.cPlanner.classes.SubInfo
public void addInputFile(PegasusFile file)(Code)(Java Doc)
public void addOutputFile(PegasusFile file)(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public String getArguments()(Code)(Java Doc)
public String getCompleteDVName()(Code)(Java Doc)
public String getCompleteTCName()(Code)(Java Doc)
protected String getDOTColor()(Code)(Java Doc)
public String getDVName()(Code)(Java Doc)
public String getDVNamespace()(Code)(Java Doc)
public String getDVVersion()(Code)(Java Doc)
public String getID()(Code)(Java Doc)
public Set getInputFiles()(Code)(Java Doc)
public String getJobManager()(Code)(Java Doc)
public int getJobType()(Code)(Java Doc)
public String getJobTypeDescription()(Code)(Java Doc)
public String getJobTypeDescription(int type)(Code)(Java Doc)
public int getLevel()(Code)(Java Doc)
public String getLogicalID()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Set getOutputFiles()(Code)(Java Doc)
public String getPreScriptArguments()(Code)(Java Doc)
public String getPreScriptPath()(Code)(Java Doc)
public String getRemoteExecutable()(Code)(Java Doc)
public String getSiteHandle()(Code)(Java Doc)
public String getStagedExecutableBaseName()(Code)(Java Doc)
public static String getStagedExecutableBaseName(String txNamespace, String txName, String txVersion)(Code)(Java Doc)
public String getStdErr()(Code)(Java Doc)
public String getStdIn()(Code)(Java Doc)
public String getStdOut()(Code)(Java Doc)
public String getTXName()(Code)(Java Doc)
public String getTXNamespace()(Code)(Java Doc)
public String getTXVersion()(Code)(Java Doc)
public String getUniverse()(Code)(Java Doc)
public String getVDSSuperNode()(Code)(Java Doc)
public boolean isMPIJob()(Code)(Java Doc)
public void mergeProfiles(SubInfo job)(Code)(Java Doc)
public void resetProfiles()(Code)(Java Doc)
public boolean runInWorkDirectory()(Code)(Java Doc)
public void setArguments(String arguments)(Code)(Java Doc)
public void setDVName(String name)(Code)(Java Doc)
public void setDVNamespace(String ns)(Code)(Java Doc)
public void setDVVersion(String vs)(Code)(Java Doc)
public void setDerivation(String ns, String name, String vs)(Code)(Java Doc)
public void setInputFiles(Set ipFiles)(Code)(Java Doc)
public void setJobManager(String jobmanager)(Code)(Java Doc)
public void setJobType(int type)(Code)(Java Doc)
public void setLevel(int value)(Code)(Java Doc)
public void setLogicalID(String id)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setOutputFiles(Set opFiles)(Code)(Java Doc)
public void setPreScript(String path)(Code)(Java Doc)
public void setPreScript(String path, String arguments)(Code)(Java Doc)
public void setRemoteExecutable(String path)(Code)(Java Doc)
public void setSiteHandle(String site)(Code)(Java Doc)
public void setStdErr(String fileName)(Code)(Java Doc)
public void setStdIn(String fileName)(Code)(Java Doc)
public void setStdOut(String fileName)(Code)(Java Doc)
public void setTXName(String name)(Code)(Java Doc)
public void setTXNamespace(String ns)(Code)(Java Doc)
public void setTXVersion(String vs)(Code)(Java Doc)
public void setTransformation(String ns, String name, String vs)(Code)(Java Doc)
public void setUniverse(String universe)(Code)(Java Doc)
public void setVDSSuperNode(String name)(Code)(Java Doc)
public String toDOT() throws IOException(Code)(Java Doc)
public void toDOT(Writer stream, String indent) throws IOException(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public boolean typeInRange(int type)(Code)(Java Doc)
public void updateProfiles(TransformationCatalogEntry entry)(Code)(Java Doc)
public void updateProfiles(PegasusProperties properties)(Code)(Java Doc)
public void updateProfiles(List profiles)(Code)(Java Doc)

Fields inherited from org.griphyn.cPlanner.classes.Data
public String mLogMsg(Code)(Java Doc)
public LogManager mLogger(Code)(Java Doc)

Methods inherited from org.griphyn.cPlanner.classes.Data
public String setToString(Set s, String delim)(Code)(Java Doc)
abstract public String toString()(Code)(Java Doc)
public String vectorToString(String heading, Vector vector)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.