org.griphyn.cPlanner.classes

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 
org.griphyn.cPlanner.classes
Java Source File NameTypeComment
ADag.javaClass This class object contains the info about a Dag.
AggregatedJob.javaClass This class holds all the specifics of an aggregated job.
AuthenticateRequest.javaClass The object that describes the authenticate request.
DagInfo.javaClass Holds the information needed to make one dag file corresponding to a Abstract Dag.
Data.javaClass This is the container for all the Data classes.
FileTransfer.javaClass This is a container for the storing the transfers that are required in between sites.
GlobusVersion.javaClass This is a data class that stores the globus version installed and to be used on a particular pool for the gridftp server or the jobmanagers.
GridFTPBandwidth.javaClass This is a data class to store information about gridftp bandwidths between various sites.
GridFTPServer.javaClass This is a data class that is used to store information about a grid ftp server.
GRMSJob.javaClass This extends the job description used in Pegasus to incorporate the input and the output url's that are required to pull in the input and push out the output files.
JobManager.javaClass This is a data class that is used to store information about a jobmanager and the information that it reports about a remote pool.

The various attributes that can be associated with the the server are displayed in the following table.

Attribute NameAttribute Description
url the url string pointing to the jobmanager.
universe the VDS universe that is associated with this job.
LRC.javaClass This is a data class that is used to store information about a local replica catalog, that is associated with a site in the pool configuration catalog.
LRCResult.javaClass A class that stores the results of querying an LRC.
NameValue.javaClass The object of this class holds the name value pair. At present to be used for environment variables.
PCRelation.javaClass Captures the parent child relationship between the jobs in the ADAG.
PegasusBag.javaClass A bag of objects that needs to be passed to various refiners.
PegasusFile.javaClass The logical file object that contains the logical filename which is got from the DAX, and the associated set of flags specifying the transient characteristics.
PlannerMetrics.javaClass A Data class containing the metrics about the planning instance.
PlannerOptions.javaClass Holds the information about thevarious options which user specifies to the Concrete Planner at runtime.
PoolConfig.javaClass A data class to store information about the various remote sites.
PoolConfigCloseBrace.javaClass Class to convey a closed brace, no token value necessary.
PoolConfigCloseParanthesis.javaClass
PoolConfigException.javaClass This class is used to signal errors while scanning or parsing.
PoolConfigIdentifier.javaClass Class to capture reserved words.
PoolConfigOpenBrace.javaClass Class to convey a opened brace, no token value necessary.
PoolConfigOpenParanthesis.javaClass
PoolConfigParser2.javaClass Parses the input stream and generates site configuration map as output.
PoolConfigQuotedString.javaClass Class to capture the content within a quoted string.
PoolConfigReservedWord.javaClass Class to capture reserved words.
PoolConfigScanner.javaClass Implements the scanner for reserved words and other tokens that are generated from the input stream.
PoolConfigToken.javaInterface Base class for the tokens passed from the scanner to the parser.
Profile.javaClass
ReplicaLocation.javaClass A Data Class that associates a LFN with the PFN's.
ReplicaStore.javaClass A Replica Store that allows us to store the entries from a replica catalog.
SiteInfo.javaClass This is a data class that is used to store information about a single remote site (pool).
SubInfo.javaClass The object of this class holds the information to generate a submit file about one particular job making the Dag.
TCMap.javaClass This is a data class to store the TCMAP for a particular dag.
TransferJob.javaClass This is a data class that stores the contents of the transfer job that transfers the data.
WorkDir.javaClass This is a data class that is used to store information about the scratch work directory or the execution mount point on the remote pool.
WorkflowMetrics.javaClass A Workflow metrics class that stores the metrics about the workflow.

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