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


org.griphyn.vdl.invocation.Invocation
   org.griphyn.vdl.invocation.StatInfo

StatInfo
public class StatInfo extends Invocation (Code)
This class is the container for the results of a call to either stat() or fstat(). Not all stat information is kept.
author:
   Jens-S. Vöckler
author:
   Yong Zhao
version:
   $Revision: 50 $



Constructor Summary
public  StatInfo()
     Default c'tor: Construct a hollow shell and allow further information to be added later.

Method Summary
public  DategetAccessTime()
    
public  longgetBlockSize()
    
public  longgetBlocks()
    
public  DategetCreationTime()
    
public  intgetGID()
    
public  StringgetGroup()
    
public  longgetINode()
    
public  longgetLinkCount()
    
public  intgetMode()
    
public  DategetModificationTime()
    
public  longgetSize()
    
public  intgetUID()
    
public  StringgetUser()
    
public  voidsetAccessTime(Date atime)
     Accessor.
public  voidsetBlockSize(long blksize)
     Accessor.
public  voidsetBlocks(long blocks)
     Accessor.
public  voidsetCreationTime(Date ctime)
     Accessor.
public  voidsetGID(int gid)
     Accessor.
public  voidsetGroup(String group)
     Accessor.
public  voidsetINode(long inode)
     Accessor.
public  voidsetLinkCount(long nlink)
     Accessor.
public  voidsetMode(int mode)
     Accessor.
public  voidsetModificationTime(Date mtime)
     Accessor.
public  voidsetSize(long size)
     Accessor.
public  voidsetUID(int uid)
     Accessor.
public  voidsetUser(String user)
     Accessor.
public  voidtoString(Writer stream)
     Converts the active state into something meant for human consumption. The method will be called when recursively traversing the instance tree.
public  voidtoXML(Writer stream, String indent, String namespace)
     Dump the state of the current element as XML output.


Constructor Detail
StatInfo
public StatInfo()(Code)
Default c'tor: Construct a hollow shell and allow further information to be added later.




Method Detail
getAccessTime
public Date getAccessTime()(Code)
Accessor
See Also:   StatInfo.setAccessTime(Date)



getBlockSize
public long getBlockSize()(Code)
Accessor
See Also:   StatInfo.setBlockSize(long)



getBlocks
public long getBlocks()(Code)
Accessor
See Also:   StatInfo.setBlocks(long)



getCreationTime
public Date getCreationTime()(Code)
Accessor
See Also:   StatInfo.setCreationTime(Date)



getGID
public int getGID()(Code)
Accessor
See Also:   StatInfo.setGID(int)



getGroup
public String getGroup()(Code)
Accessor
See Also:   StatInfo.setGroup(String)



getINode
public long getINode()(Code)
Accessor
See Also:   StatInfo.setINode(long)



getLinkCount
public long getLinkCount()(Code)
Accessor
See Also:   StatInfo.setLinkCount(long)



getMode
public int getMode()(Code)
Accessor
See Also:   StatInfo.setMode(int)



getModificationTime
public Date getModificationTime()(Code)
Accessor
See Also:   StatInfo.setModificationTime(Date)



getSize
public long getSize()(Code)
Accessor
See Also:   StatInfo.setSize(long)



getUID
public int getUID()(Code)
Accessor
See Also:   StatInfo.setUID(int)



getUser
public String getUser()(Code)
Accessor
See Also:   StatInfo.setUser(String)



setAccessTime
public void setAccessTime(Date atime)(Code)
Accessor.
Parameters:
  atime -
See Also:   StatInfo.getAccessTime()



setBlockSize
public void setBlockSize(long blksize)(Code)
Accessor.
Parameters:
  blksize -
See Also:   StatInfo.getBlockSize()



setBlocks
public void setBlocks(long blocks)(Code)
Accessor.
Parameters:
  blocks -
See Also:   StatInfo.getBlocks()



setCreationTime
public void setCreationTime(Date ctime)(Code)
Accessor.
Parameters:
  ctime -
See Also:   StatInfo.getCreationTime()



setGID
public void setGID(int gid)(Code)
Accessor.
Parameters:
  gid -
See Also:   StatInfo.getGID()



setGroup
public void setGroup(String group)(Code)
Accessor.
Parameters:
  group -
See Also:   StatInfo.getGroup()



setINode
public void setINode(long inode)(Code)
Accessor.
Parameters:
  inode -
See Also:   StatInfo.getINode()



setLinkCount
public void setLinkCount(long nlink)(Code)
Accessor.
Parameters:
  nlink -
See Also:   StatInfo.getLinkCount()



setMode
public void setMode(int mode)(Code)
Accessor.
Parameters:
  mode -
See Also:   StatInfo.getMode()



setModificationTime
public void setModificationTime(Date mtime)(Code)
Accessor.
Parameters:
  mtime -
See Also:   StatInfo.getModificationTime()



setSize
public void setSize(long size)(Code)
Accessor.
Parameters:
  size -
See Also:   StatInfo.getSize()



setUID
public void setUID(int uid)(Code)
Accessor.
Parameters:
  uid -
See Also:   StatInfo.getUID()



setUser
public void setUser(String user)(Code)
Accessor.
Parameters:
  user -
See Also:   StatInfo.getUser()



toString
public void toString(Writer stream) throws IOException(Code)
Converts the active state into something meant for human consumption. The method will be called when recursively traversing the instance tree.
Parameters:
  stream - is a stream opened and ready for writing. This can alsobe a string stream for efficient output.



toXML
public void toXML(Writer stream, String indent, String namespace) throws IOException(Code)
Dump the state of the current element as XML output. This function traverses all sibling classes as necessary, and converts the data into pretty-printed XML output. The stream interface should be able to handle large output efficiently.
Parameters:
  stream - is a stream opened and ready for writing. This can alsobe a string stream for efficient output.
Parameters:
  indent - is a String of spaces used for prettyprinting. The initial amount of spaces should be an empty string.The parameter is used internally for the recursive traversal.If a null value is specified, no indentation norlinefeeds will be generated.
Parameters:
  namespace - is the XML schema namespace prefix. If neitherempty nor null, each element will be prefixed with this prefix,and the root element will map the XML namespace.
exception:
  IOException - if something fishy happens to the stream.




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