Java Doc for Metric.java in  » Development » jfig » org » igfay » util » 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 » Development » jfig » org.igfay.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.igfay.util.Metric

Metric
public class Metric (Code)
Capture metrics Creation date: (12/12/2001 9:35:23 AM)
author:
   bconrad
author:
   : Bruce Conrad


Field Summary
final public static  StringACCEPTANCE_MANAGER
    
final public static  StringBENCHMARK
    
final public static  StringDB
    
final public static  StringDEFAULT
    
final public static  StringDOWNLOAD
    
final public static  StringEVENT
    
final public static  StringLOGIN
    
final public static  StringNOTIFY_ACTION
    
final public static  StringQUERY
    
final public static  StringRULES_ENGINE
    
final public static  StringUPLOAD
    

Constructor Summary
public  Metric()
     Metric constructor comment.
public  Metric(String groupName)
     Metric constructor comment.
public  Metric(String groupName, String metricName)
     Metric constructor comment.
public  Metric(String groupName, String metricName, boolean isStart)
     Metric constructor comment.
public  Metric(String groupName, String metricName, boolean isStart, boolean isDebugEnabled)
    
public  Metric(String groupName, boolean isStart)
     Metric constructor comment.
public  Metric(boolean isStart)
     Metric constructor comment.

Method Summary
public static  voidaddToListForGroup(String groupName, Metric metric)
     Insert the method's description here.
public  voidclear()
     Insert the method's description here.
public  voidend()
     Insert the method's description here.
public  voidendAndPrint()
    
public  longgetElapsedTime()
     Insert the method's description here.
protected  longgetEndTime()
     Insert the method's description here.
public  StringgetGroupName()
     Insert the method's description here.
public static  ListgetListForGroup(String groupName)
     Insert the method's description here.
public  StringgetMetricName()
     Insert the method's description here.
protected  longgetPauseElapsedTime()
     Insert the method's description here.
protected  longgetPauseStartTime()
     Insert the method's description here.
protected  longgetStartTime()
     Insert the method's description here.
protected  booleanisDebugEnabled()
     Returns the isDebugEnabled.
public static  booleanisMetricLoggingEnabled()
     Insert the method's description here.
public static  voidmain(String[] args)
     Insert the method's description here.
public  voidpause()
     Insert the method's description here.
public  voidprint()
     Insert the method's description here.
public static  voidprintGroup(String groupName)
     Insert the method's description here.
public  voidresume()
     Insert the method's description here.
public  voidsetEndTime(long newEndTime)
     Insert the method's description here.
public  voidsetGroupName(String newGroup)
     Insert the method's description here.
public  voidsetIsDebugEnabled(boolean isDebugEnabled)
     Sets the isDebugEnabled.
public  voidsetMetricName(String newName)
     Insert the method's description here.
public  voidsetMetricNameFailed()
    
protected  voidsetPauseElapsedTime(long newPauseElapsedTime)
     Insert the method's description here.
protected  voidsetPauseStartTime(long newPauseStartTime)
     Insert the method's description here.
public  voidsetStartTime(long newStartTime)
     Insert the method's description here.
public  voidstart()
     Insert the method's description here.
public  voidstop()
    
public static  voidtest()
     Insert the method's description here.
public static  voidtestIsDebugEnabled(Metric bruce4)
    
public static  voidtestSimple()
    
public  StringtoString()
     Insert the method's description here.
public  StringBuffertoStringBuffer()
     Insert the method's description here.
public  StringtoStringLong()
     Insert the method's description here.

Field Detail
ACCEPTANCE_MANAGER
final public static String ACCEPTANCE_MANAGER(Code)



BENCHMARK
final public static String BENCHMARK(Code)



DB
final public static String DB(Code)



DEFAULT
final public static String DEFAULT(Code)



DOWNLOAD
final public static String DOWNLOAD(Code)



EVENT
final public static String EVENT(Code)



LOGIN
final public static String LOGIN(Code)



NOTIFY_ACTION
final public static String NOTIFY_ACTION(Code)



QUERY
final public static String QUERY(Code)



RULES_ENGINE
final public static String RULES_ENGINE(Code)



UPLOAD
final public static String UPLOAD(Code)




Constructor Detail
Metric
public Metric()(Code)
Metric constructor comment.



Metric
public Metric(String groupName)(Code)
Metric constructor comment.
Parameters:
  groupName - Description of Parameter



Metric
public Metric(String groupName, String metricName)(Code)
Metric constructor comment.
Parameters:
  groupName - Description of Parameter
Parameters:
  metricName - Description of Parameter



Metric
public Metric(String groupName, String metricName, boolean isStart)(Code)
Metric constructor comment.
Parameters:
  groupName - Description of Parameter
Parameters:
  metricName - Description of Parameter
Parameters:
  isStart - Description of Parameter



Metric
public Metric(String groupName, String metricName, boolean isStart, boolean isDebugEnabled)(Code)



Metric
public Metric(String groupName, boolean isStart)(Code)
Metric constructor comment.
Parameters:
  groupName - Description of Parameter
Parameters:
  isStart - Description of Parameter



Metric
public Metric(boolean isStart)(Code)
Metric constructor comment.
Parameters:
  isStart - Description of Parameter




Method Detail
addToListForGroup
public static void addToListForGroup(String groupName, Metric metric)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM)
Parameters:
  groupName - The feature to be added to the ToListForGroup attribute
Parameters:
  metric - The feature to be added to the ToListForGroup attribute



clear
public void clear()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)



end
public void end()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)



endAndPrint
public void endAndPrint()(Code)



getElapsedTime
public long getElapsedTime()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM) int



getEndTime
protected long getEndTime()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:36:34 AM) java.lang.Long



getGroupName
public String getGroupName()(Code)
Insert the method's description here. Creation date: (12/12/2001 10:01:21 AM) java.lang.String



getListForGroup
public static List getListForGroup(String groupName)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM)
Parameters:
  groupName - Description of Parameter int



getMetricName
public String getMetricName()(Code)
Insert the method's description here. Creation date: (12/12/2001 10:01:55 AM) java.lang.String



getPauseElapsedTime
protected long getPauseElapsedTime()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:50:37 AM) long



getPauseStartTime
protected long getPauseStartTime()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:49:46 AM) long



getStartTime
protected long getStartTime()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:36:14 AM) java.lang.Long



isDebugEnabled
protected boolean isDebugEnabled()(Code)
Returns the isDebugEnabled. boolean



isMetricLoggingEnabled
public static boolean isMetricLoggingEnabled()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM) The MetricLoggingEnabled value



main
public static void main(String[] args)(Code)
Insert the method's description here. Creation date: (12/12/2001 11:03:27 AM)
Parameters:
  args - java.lang.String[]



pause
public void pause()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:49:00 AM)



print
public void print()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)



printGroup
public static void printGroup(String groupName)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)
Parameters:
  groupName - Description of Parameter



resume
public void resume()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:49:00 AM)



setEndTime
public void setEndTime(long newEndTime)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:36:34 AM)
Parameters:
  newEndTime - java.lang.Long



setGroupName
public void setGroupName(String newGroup)(Code)
Insert the method's description here. Creation date: (12/12/2001 10:01:21 AM)
Parameters:
  newGroup - java.lang.String



setIsDebugEnabled
public void setIsDebugEnabled(boolean isDebugEnabled)(Code)
Sets the isDebugEnabled.
Parameters:
  isDebugEnabled - The isDebugEnabled to set



setMetricName
public void setMetricName(String newName)(Code)
Insert the method's description here. Creation date: (12/12/2001 10:01:55 AM)
Parameters:
  newName - java.lang.String



setMetricNameFailed
public void setMetricNameFailed()(Code)



setPauseElapsedTime
protected void setPauseElapsedTime(long newPauseElapsedTime)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:50:37 AM)
Parameters:
  newPauseElapsedTime - long



setPauseStartTime
protected void setPauseStartTime(long newPauseStartTime)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:49:46 AM)
Parameters:
  newPauseStartTime - long



setStartTime
public void setStartTime(long newStartTime)(Code)
Insert the method's description here. Creation date: (12/12/2001 9:36:14 AM)
Parameters:
  newStartTime - java.lang.Long



start
public void start()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)



stop
public void stop()(Code)



test
public static void test()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:46:19 AM)



testIsDebugEnabled
public static void testIsDebugEnabled(Metric bruce4)(Code)



testSimple
public static void testSimple()(Code)



toString
public String toString()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM) int



toStringBuffer
public StringBuffer toStringBuffer()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM) int



toStringLong
public String toStringLong()(Code)
Insert the method's description here. Creation date: (12/12/2001 9:38:44 AM) int



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.