Java Doc for JoinPointMeasurements1_aj.java in  » Byte-Code » PROSE » measurements » suites » 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 » Byte Code » PROSE » measurements.suites 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


measurements.suites.JoinPointMeasurements1_aj

JoinPointMeasurements1_aj
public class JoinPointMeasurements1_aj extends PerformanceTest (Code)
JoinPoint micro-measurements. Performance micro-measurements tests for method boundaries, fields accesses and modifications, exception handlers: 1) INVOKEVIRTUAL -> invoke a normal method 2) SYNC INVOKEVIRTUAL -> invoke a normal but synchronized method 3) INVOKEINTERFACE -> invoke a method through an interface 4) INVOKESPECIAL -> invoke a private method 5) INVOKESTATIC -> invoke a static method 6) GETFIELD -> used when a field has been read 7) PUTFIELD -> used when a field has been write 8) Exception Catch 9) Exception Throw Each test is executed "RUNS" times.
author:
   Angela Nicoara

Inner Class :public class TestException extends Exception
Inner Class :public static class TestHook extends JoinPointHook

Field Summary
protected  JVMAspectInterfaceaspectInterface
    
public  booleancheckAssert
    
public static  intcounter
    
public  TestExceptionexception
    
protected  Fieldfield
    
protected  TestHookhook
    
protected  MethodinterfaceMethod
    
protected  MethodinterfaceMethodLongD
    
protected  MethodinterfaceMethodLongI
    
protected  MethodinterfaceMethodLongL
    
protected  MethodinterfaceMethodLongO
    
protected  Methodmethod
    
protected  MethodmethodLongD
    
protected  MethodmethodLongI
    
protected  MethodmethodLongL
    
protected  MethodmethodLongO
    
protected  JoinPointTestInterfaceobInterface
    
protected  JoinPointTestClassobSync
    
protected  MethodprivateMethod
    
protected  MethodprivateMethodLongD
    
protected  MethodprivateMethodLongI
    
protected  MethodprivateMethodLongL
    
protected  MethodprivateMethodLongO
    
protected  MethodstaticMethod
    
protected  MethodstaticMethodLongD
    
protected  MethodstaticMethodLongI
    
protected  MethodstaticMethodLongL
    
protected  MethodstaticMethodLongO
    
protected  MethodsyncMethod
    
protected  MethodsyncMethodLongD
    
protected  MethodsyncMethodLongI
    
protected  MethodsyncMethodLongL
    
protected  MethodsyncMethodLongO
    
public  inttheField
    
public  booleanuseProse
    

Constructor Summary
public  JoinPointMeasurements1_aj(String name)
    

Method Summary
public  voidexceptionCatch()
    
public  voidexceptionThrow()
    
public  voidlocalMethod()
    
public  voidlocalMethodLongD(double ob1, double ob2)
    
public  voidlocalMethodLongI(int ob1, int ob2)
    
public  voidlocalMethodLongL(long ob1, long ob2)
    
public  voidlocalMethodLongO(Object ob1, Object ob2)
    
protected  voidsetUp()
    
public static  Testsuite()
    
protected  voidtearDown()
    
public  voidtestExceptionCatch_no_jp_NoArg()
    
public  voidtestFieldAccess_no_jp_NoArg()
    
public  voidtestFieldModification_no_jp_NoArg()
    
public  voidtestInterfaceMethod_LongD()
    
public  voidtestInterfaceMethod_LongI()
    
public  voidtestInterfaceMethod_LongL()
    
public  voidtestInterfaceMethod_LongO()
    
public  voidtestInterfaceMethod_no_jp_NoArg()
    
public  voidtestSpecialMethod_LongD()
    
public  voidtestSpecialMethod_LongI()
    
public  voidtestSpecialMethod_LongL()
    
public  voidtestSpecialMethod_LongO()
    
public  voidtestSpecialMethod_no_jp_NoArg()
    
public  voidtestStaticMethod_LongD()
    
public  voidtestStaticMethod_LongI()
    
public  voidtestStaticMethod_LongL()
    
public  voidtestStaticMethod_LongO()
    
public  voidtestStaticMethod_no_jp_NoArg()
    
public  voidtestSyncVirtualMethod_LongD()
    
public  voidtestSyncVirtualMethod_LongI()
    
public  voidtestSyncVirtualMethod_LongL()
    
public  voidtestSyncVirtualMethod_LongO()
    
public  voidtestSyncVirtualMethod_no_jp_NoArg()
    
public  voidtestVirtualMethod_LongD()
    
public  voidtestVirtualMethod_LongI()
    
public  voidtestVirtualMethod_LongL()
    
public  voidtestVirtualMethod_LongO()
    
public  voidtestVirtualMethod_no_jp_NoArg()
    
public  voidtheFieldAccess(int runs)
    
public  voidtheFieldModification(int runs)
    

Field Detail
aspectInterface
protected JVMAspectInterface aspectInterface(Code)



checkAssert
public boolean checkAssert(Code)



counter
public static int counter(Code)



exception
public TestException exception(Code)



field
protected Field field(Code)



hook
protected TestHook hook(Code)



interfaceMethod
protected Method interfaceMethod(Code)



interfaceMethodLongD
protected Method interfaceMethodLongD(Code)



interfaceMethodLongI
protected Method interfaceMethodLongI(Code)



interfaceMethodLongL
protected Method interfaceMethodLongL(Code)



interfaceMethodLongO
protected Method interfaceMethodLongO(Code)



method
protected Method method(Code)



methodLongD
protected Method methodLongD(Code)



methodLongI
protected Method methodLongI(Code)



methodLongL
protected Method methodLongL(Code)



methodLongO
protected Method methodLongO(Code)



obInterface
protected JoinPointTestInterface obInterface(Code)



obSync
protected JoinPointTestClass obSync(Code)



privateMethod
protected Method privateMethod(Code)



privateMethodLongD
protected Method privateMethodLongD(Code)



privateMethodLongI
protected Method privateMethodLongI(Code)



privateMethodLongL
protected Method privateMethodLongL(Code)



privateMethodLongO
protected Method privateMethodLongO(Code)



staticMethod
protected Method staticMethod(Code)



staticMethodLongD
protected Method staticMethodLongD(Code)



staticMethodLongI
protected Method staticMethodLongI(Code)



staticMethodLongL
protected Method staticMethodLongL(Code)



staticMethodLongO
protected Method staticMethodLongO(Code)



syncMethod
protected Method syncMethod(Code)



syncMethodLongD
protected Method syncMethodLongD(Code)



syncMethodLongI
protected Method syncMethodLongI(Code)



syncMethodLongL
protected Method syncMethodLongL(Code)



syncMethodLongO
protected Method syncMethodLongO(Code)



theField
public int theField(Code)



useProse
public boolean useProse(Code)




Constructor Detail
JoinPointMeasurements1_aj
public JoinPointMeasurements1_aj(String name)(Code)




Method Detail
exceptionCatch
public void exceptionCatch()(Code)



exceptionThrow
public void exceptionThrow() throws TestException(Code)



localMethod
public void localMethod()(Code)



localMethodLongD
public void localMethodLongD(double ob1, double ob2)(Code)



localMethodLongI
public void localMethodLongI(int ob1, int ob2)(Code)



localMethodLongL
public void localMethodLongL(long ob1, long ob2)(Code)



localMethodLongO
public void localMethodLongO(Object ob1, Object ob2)(Code)



setUp
protected void setUp() throws Exception(Code)



suite
public static Test suite()(Code)



tearDown
protected void tearDown()(Code)



testExceptionCatch_no_jp_NoArg
public void testExceptionCatch_no_jp_NoArg()(Code)



testFieldAccess_no_jp_NoArg
public void testFieldAccess_no_jp_NoArg()(Code)



testFieldModification_no_jp_NoArg
public void testFieldModification_no_jp_NoArg()(Code)



testInterfaceMethod_LongD
public void testInterfaceMethod_LongD()(Code)



testInterfaceMethod_LongI
public void testInterfaceMethod_LongI()(Code)



testInterfaceMethod_LongL
public void testInterfaceMethod_LongL()(Code)



testInterfaceMethod_LongO
public void testInterfaceMethod_LongO()(Code)



testInterfaceMethod_no_jp_NoArg
public void testInterfaceMethod_no_jp_NoArg()(Code)



testSpecialMethod_LongD
public void testSpecialMethod_LongD()(Code)



testSpecialMethod_LongI
public void testSpecialMethod_LongI()(Code)



testSpecialMethod_LongL
public void testSpecialMethod_LongL()(Code)



testSpecialMethod_LongO
public void testSpecialMethod_LongO()(Code)



testSpecialMethod_no_jp_NoArg
public void testSpecialMethod_no_jp_NoArg()(Code)



testStaticMethod_LongD
public void testStaticMethod_LongD()(Code)



testStaticMethod_LongI
public void testStaticMethod_LongI()(Code)



testStaticMethod_LongL
public void testStaticMethod_LongL()(Code)



testStaticMethod_LongO
public void testStaticMethod_LongO()(Code)



testStaticMethod_no_jp_NoArg
public void testStaticMethod_no_jp_NoArg()(Code)



testSyncVirtualMethod_LongD
public void testSyncVirtualMethod_LongD()(Code)



testSyncVirtualMethod_LongI
public void testSyncVirtualMethod_LongI()(Code)



testSyncVirtualMethod_LongL
public void testSyncVirtualMethod_LongL()(Code)



testSyncVirtualMethod_LongO
public void testSyncVirtualMethod_LongO()(Code)



testSyncVirtualMethod_no_jp_NoArg
public void testSyncVirtualMethod_no_jp_NoArg()(Code)



testVirtualMethod_LongD
public void testVirtualMethod_LongD()(Code)



testVirtualMethod_LongI
public void testVirtualMethod_LongI()(Code)



testVirtualMethod_LongL
public void testVirtualMethod_LongL()(Code)



testVirtualMethod_LongO
public void testVirtualMethod_LongO()(Code)



testVirtualMethod_no_jp_NoArg
public void testVirtualMethod_no_jp_NoArg()(Code)



theFieldAccess
public void theFieldAccess(int runs)(Code)



theFieldModification
public void theFieldModification(int runs)(Code)



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