Java Doc for MonitorInt.java in  » Profiler » JAMon » com » jamonapi » 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 » Profiler » JAMon » com.jamonapi 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.jamonapi.MonitorInt

All known Subclasses:   com.jamonapi.Monitor,
MonitorInt
interface MonitorInt (Code)
MonitorInt.java Created on February 2, 2006, 7:54 PM




Method Summary
public  Monitoradd(double value)
    
public  voiddisable()
     Disable the monitor.
public  voidenable()
     enable the monitor.
public  doublegetActive()
    
public  doublegetAvg()
    
public  doublegetAvgActive()
    
public  DategetFirstAccess()
    
public  doublegetHits()
    
public  JAMonDetailValuegetJAMonDetailRow()
    
public  DategetLastAccess()
    
public  doublegetLastValue()
    
public  ListenerTypegetListenerType(String listenerType)
    
public  doublegetMax()
    
public  doublegetMaxActive()
    
public  doublegetMin()
    
public  MonKeygetMonKey()
     Return the label associated with this monitor.
public  RangegetRange()
     Return the Range object associated with this monitor.
public  doublegetStdDev()
    
public  doublegetTotal()
    
public  booleanhasListeners()
    
public  booleanisActivityTracking()
    
public  booleanisEnabled()
     Is the monitor enabled.
public  booleanisPrimary()
    
public  voidreset()
    
public  voidsetActive(double value)
    
public  voidsetActivityTracking(boolean trackActivity)
    
public  voidsetFirstAccess(Date date)
    
public  voidsetHits(double value)
    
public  voidsetLastAccess(Date date)
    
public  voidsetLastValue(double value)
    
public  voidsetMax(double value)
    
public  voidsetMaxActive(double value)
    
public  voidsetMin(double value)
    
public  voidsetPrimary(boolean isPrimary)
     Indicate that this a primary Monitor.
public  voidsetTotal(double value)
    
public  voidsetTotalActive(double value)
    
public  Monitorstart()
     Start a monitor.
public  Monitorstop()
     Stop a monitor.



Method Detail
add
public Monitor add(double value)(Code)
This method adds a value to the monitor (and aggegates statistics on it)



disable
public void disable()(Code)
Disable the monitor. If a monitor is disabled all other calls to the monitor are noops.



enable
public void enable()(Code)
enable the monitor. If the monitor is enabled all other calls to the monitor have an action



getActive
public double getActive()(Code)



getAvg
public double getAvg()(Code)



getAvgActive
public double getAvgActive()(Code)



getFirstAccess
public Date getFirstAccess()(Code)



getHits
public double getHits()(Code)



getJAMonDetailRow
public JAMonDetailValue getJAMonDetailRow()(Code)



getLastAccess
public Date getLastAccess()(Code)



getLastValue
public double getLastValue()(Code)



getListenerType
public ListenerType getListenerType(String listenerType)(Code)



getMax
public double getMax()(Code)



getMaxActive
public double getMaxActive()(Code)



getMin
public double getMin()(Code)



getMonKey
public MonKey getMonKey()(Code)
Return the label associated with this monitor.



getRange
public Range getRange()(Code)
Return the Range object associated with this monitor. The range object is a compromise between saving all data or none



getStdDev
public double getStdDev()(Code)



getTotal
public double getTotal()(Code)



hasListeners
public boolean hasListeners()(Code)



isActivityTracking
public boolean isActivityTracking()(Code)



isEnabled
public boolean isEnabled()(Code)
Is the monitor enabled.



isPrimary
public boolean isPrimary()(Code)



reset
public void reset()(Code)
reset all values in the monitor to their defaults



setActive
public void setActive(double value)(Code)



setActivityTracking
public void setActivityTracking(boolean trackActivity)(Code)



setFirstAccess
public void setFirstAccess(Date date)(Code)



setHits
public void setHits(double value)(Code)



setLastAccess
public void setLastAccess(Date date)(Code)



setLastValue
public void setLastValue(double value)(Code)



setMax
public void setMax(double value)(Code)



setMaxActive
public void setMaxActive(double value)(Code)



setMin
public void setMin(double value)(Code)



setPrimary
public void setPrimary(boolean isPrimary)(Code)
Indicate that this a primary Monitor. See www.jamonapi.com for an explanation of primary monitors *



setTotal
public void setTotal(double value)(Code)



setTotalActive
public void setTotalActive(double value)(Code)



start
public Monitor start()(Code)
Start a monitor. This increments the active counter by one. Calling start is not required. If it is called stop should be called too.



stop
public Monitor stop()(Code)
Stop a monitor. The decrements the active counter by one. Calling stop is required if start is called.



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