Java Doc for Text.java in  » Workflow-Engines » pegasus-2.1.0 » org » griphyn » cPlanner » poolinfo » 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.poolinfo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.griphyn.cPlanner.poolinfo.PoolInfoProvider
      org.griphyn.cPlanner.poolinfo.Abstract
         org.griphyn.cPlanner.poolinfo.Text

Text
public class Text extends Abstract (Code)
It gets the information about a pool by reading the multiline site catalog that is in a multiline format.
author:
   Gaurang Mehta gmehta@isi.edu
author:
   Karan Vahi vahi@isi.edu
version:
   $Revision: 50 $




Method Summary
public  StringgetPoolMode()
     Returns a textual description about the pool mode that is implemented by this class.
public static  PoolInfoProvidernonSingletonInstance(String poolProvider, String propFileName)
     The method that returns a Non Singleton instance of the dervived InfoProvider class.
public static  PoolInfoProvidersingletonInstance(String poolProvider, String propFileName)
     The method returns a singleton instance of the derived InfoProvider class.
Parameters:
  poolProvider - the path to the file containing the pool information.
Parameters:
  propFileName - the name of the properties file that needs to bepicked up from PEGASUS_HOME/etc directory.



Method Detail
getPoolMode
public String getPoolMode()(Code)
Returns a textual description about the pool mode that is implemented by this class. It is purely informative. String corresponding to the description.



nonSingletonInstance
public static PoolInfoProvider nonSingletonInstance(String poolProvider, String propFileName)(Code)
The method that returns a Non Singleton instance of the dervived InfoProvider class. This method if invoked should also ensure that all other internal Pegasus objects like PegasusProperties are invoked in a non singleton manner.
Parameters:
  poolProvider - the path to the file containing the pool information.
Parameters:
  propFileName - the name of the properties file that needs to bepicked up from PEGASUS_HOME/etc directory. If it is null,then the default file should be picked up. the non singleton instance of the pool provider.



singletonInstance
public static PoolInfoProvider singletonInstance(String poolProvider, String propFileName)(Code)
The method returns a singleton instance of the derived InfoProvider class.
Parameters:
  poolProvider - the path to the file containing the pool information.
Parameters:
  propFileName - the name of the properties file that needs to bepicked up from PEGASUS_HOME/etc directory. In the singletoncase only the default properties file is picked up. a singleton instance of this class.



Fields inherited from org.griphyn.cPlanner.poolinfo.Abstract
protected PoolConfig mPoolConfig(Code)(Java Doc)

Methods inherited from org.griphyn.cPlanner.poolinfo.Abstract
public List getGridFTPServers(String siteID)(Code)(Java Doc)
public List getJobmanagers(String siteID)(Code)(Java Doc)
public List getJobmanagers(String siteID, String universe)(Code)(Java Doc)
public SiteInfo getPoolEntry(String siteID, String universe)(Code)(Java Doc)
public List getPoolProfile(String siteID)(Code)(Java Doc)
public List getPools()(Code)(Java Doc)
public SysInfo getSysinfo(String siteID)(Code)(Java Doc)
public Map getSysinfos(List siteids)(Code)(Java Doc)
public boolean removeGridFtp(String siteID, String urlPrefix)(Code)(Java Doc)
public boolean removeJobManager(String siteID, String universe, String jobManagerContact)(Code)(Java Doc)

Fields inherited from org.griphyn.cPlanner.poolinfo.PoolInfoProvider
final public static String PEGASUS_HOME(Code)(Java Doc)
final public static String VDS_HOME(Code)(Java Doc)
protected boolean mDeepStorageStructure(Code)(Java Doc)
protected String mLogMsg(Code)(Java Doc)
protected LogManager mLogger(Code)(Java Doc)
protected String mPoolProvider(Code)(Java Doc)
protected PegasusProperties mProps(Code)(Java Doc)
protected String mStorageDir(Code)(Java Doc)
protected UserOptions mUserOpts(Code)(Java Doc)
protected String mWorkDir(Code)(Java Doc)

Methods inherited from org.griphyn.cPlanner.poolinfo.PoolInfoProvider
public String getEnvironmentVariable(String siteID, String envVariable)(Code)(Java Doc)
public String getExecPoolWorkDir(String executionPool)(Code)(Java Doc)
public String getExecPoolWorkDir(SubInfo job)(Code)(Java Doc)
public String getExecPoolWorkDir(String siteID, String path)(Code)(Java Doc)
public String getExecPoolWorkDir(String siteID, String path, int jobClass)(Code)(Java Doc)
abstract public List getGridFTPServers(String siteID)(Code)(Java Doc)
abstract public List getJobmanagers(String siteID)(Code)(Java Doc)
abstract public List getJobmanagers(String siteID, String universe)(Code)(Java Doc)
public String getPegasusHome(String siteID)(Code)(Java Doc)
abstract public SiteInfo getPoolEntry(String siteID, String universe)(Code)(Java Doc)
abstract public String getPoolMode()(Code)(Java Doc)
abstract public List getPoolProfile(String siteID)(Code)(Java Doc)
public List getPoolProfile(String siteID, String namespace)(Code)(Java Doc)
abstract public List getPools()(Code)(Java Doc)
public String getSeMountPoint(SiteInfo site)(Code)(Java Doc)
abstract public SysInfo getSysinfo(String siteID)(Code)(Java Doc)
abstract public Map getSysinfos(List siteids)(Code)(Java Doc)
public SiteInfo getTXPoolEntry(String poolName)(Code)(Java Doc)
public String getURLPrefix(String poolName)(Code)(Java Doc)
public String getVDS_HOME(String siteID)(Code)(Java Doc)
public void loadNonSingletonObjects(String propFileName)(Code)(Java Doc)
protected void loadSingletonObjects()(Code)(Java Doc)
protected void logMessage(String msg)(Code)(Java Doc)
public static PoolInfoProvider nonSingletonInstance(String poolProvider, String propFileName)(Code)(Java Doc)
abstract public boolean removeGridFtp(String siteID, String urlPrefix)(Code)(Java Doc)
abstract public boolean removeJobManager(String siteID, String universe, String jobManagerContact)(Code)(Java Doc)
public GridFTPServer selectGridFtp(ArrayList ftp)(Code)(Java Doc)
public String selectLRC(ArrayList lrcs)(Code)(Java Doc)
public String selectWorkdir(WorkDir workdir) throws Exception(Code)(Java Doc)
public static PoolInfoProvider singletonInstance(String poolProvider)(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.