Java Doc for MemberMethodAdviceTest.java in  » Aspect-oriented » aspectwerkz-2.0 » test » 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 » Aspect oriented » aspectwerkz 2.0 » test 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


test.MemberMethodAdviceTest

MemberMethodAdviceTest
public class MemberMethodAdviceTest extends TestCase implements Loggable(Code)

author:
   Jonas BonŽr
author:
   Alexandre Vasseur



Constructor Summary
public  MemberMethodAdviceTest()
    
public  MemberMethodAdviceTest(Integer fake)
    
public  MemberMethodAdviceTest(Long l)
    
public  MemberMethodAdviceTest(int dummy)
    

Method Summary
public  voidafterAdvicedMethod()
    
public  voidanonymousAdviced()
    
public  String[]arrayParam(String[] arg)
    
public  voidbeforeAdvicedMethod()
    
public  voidbeforeAfterAdvicedMethod()
    
public  voidbeforeAroundAfterAdvicedMethod()
    
public  boolean[]booleanArrayParam(boolean[] arg)
    
public  booleanbooleanParam(boolean arg)
    
public  byte[]byteArrayParam(byte[] arg)
    
public  bytebyteParam(byte arg)
    
public  voidcallWithincodeCtor()
    
public  char[]charArrayParam(char[] arg)
    
public  charcharParam(char arg)
    
public  doubledoubleParam(double arg)
    
public  voidexceptionThrower()
    
public  voidexceptionThrowerChecked()
    
public  float[]floatArrayParam(float[] arg)
    
public  bytegetByte()
    
public  chargetChar()
    
public  doublegetDouble()
    
public  floatgetFloat()
    
public  intgetInt()
    
public  longgetLong()
    
public  longgetPrimitiveAndNullFromAdvice()
    
public  shortgetShort()
    
protected  voidgetVoid()
    
public  voidhasPointcutButNoAdvice()
    
public  int[]intArrayParam(int[] arg)
    
public  intintParam(int arg)
    
public  StringjoinPointMetaData(String param)
    
public  voidlog(String wasHere)
    
public  long[]longArrayParam(long[] arg)
    
public  longlongNoAroundAdvice(long arg)
    
public  longlongParam(long arg)
    
public static  voidmain(String[] args)
    
public  voidmethodAdvicedMethodNewThread()
    
public  voidmethodAdvicedWithPreAndPost()
    
public  voidmultipleChainedMethodAdvicedMethod()
    
public  voidmultipleMethodAdvicedMethod()
    
public  voidmultipleMethodAdvicedWithPreAndPost()
    
public  voidmultipleMethodAndPrePostAdvicedMethod()
    
public  voidmultiplePointcutsMethod()
    
public  voidnoParams()
    
protected  ObjectobjectParam(Object arg)
    
public  StringpostAdviced()
    
public  short[]shortArrayParam(short[] arg)
    
public  shortshortParam(short arg)
    
public static  junit.framework.Testsuite()
    
public  String[]takesArrayAsArgument(String[] arr)
    
public  voidtestAfterAdvice()
    
public  voidtestAnonymousAdviced()
    
public  voidtestAroundAdvice()
    
public  voidtestAroundAdvice2()
    
public  voidtestAroundAdviceNewThread()
    
public  voidtestBeforeAdvice()
    
public  voidtestBeforeAfterAdvice()
    
public  voidtestBeforeAroundAroundAfterAdvice()
    
public  voidtestBooleanArg()
    
public  voidtestBooleanArrayArg()
    
public  voidtestByteArg()
    
public  voidtestByteArrayArg()
    
public  voidtestCharArg()
    
public  voidtestCharArrayArg()
    
public  voidtestDoubleArg()
    
public  voidtestFloatArg()
    
public  voidtestFloatArrayArg()
    
public  voidtestHasPointcutButNoAdvice()
    
public  voidtestIntArg()
    
public  voidtestIntArrayArg()
    
public  voidtestLongArg()
    
public  voidtestLongArrayArg()
    
public  voidtestLongParamNoAroundAdvice()
    
public  voidtestMultipleAroundAdvices()
    
public  voidtestMultipleChainedAroundAdvices()
    
public  voidtestMultiplePointcuts()
    
public  voidtestNoArgs()
    
public  voidtestObjectArg()
    
public  voidtestObjectArrayArg()
    
public  voidtestReturnBoolean()
    
public  voidtestReturnByte()
    
public  voidtestReturnChar()
    
public  voidtestReturnDouble()
    
public  voidtestReturnFloat()
    
public  voidtestReturnInt()
    
public  voidtestReturnLong()
    
public  voidtestReturnPrimitiveAndNullFromAdvice()
    
public  voidtestReturnShort()
    
public  voidtestReturnVoid()
    
public  voidtestShortArg()
    
public  voidtestShortArrayArg()
    
public  voidtestThrowException()
    
public  voidtestThrowExceptionChecked()
    
public  voidtestVariousArguments1()
    
public  voidtestVariousArguments2()
    
public  voidtestVariousArguments4()
    
public  voidtestWithincodeCtor()
    
public  voidthrowsError()
    
public  voidthrowsException()
    
public  voidthrowsRuntimeException()
    
public  intvariousParams1(String str, int i, float f, Object o, long l)
    
public  floatvariousParams3(String s, long y, String t, String r, String e, int w, String q)
    


Constructor Detail
MemberMethodAdviceTest
public MemberMethodAdviceTest()(Code)



MemberMethodAdviceTest
public MemberMethodAdviceTest(Integer fake)(Code)



MemberMethodAdviceTest
public MemberMethodAdviceTest(Long l)(Code)



MemberMethodAdviceTest
public MemberMethodAdviceTest(int dummy)(Code)




Method Detail
afterAdvicedMethod
public void afterAdvicedMethod()(Code)



anonymousAdviced
public void anonymousAdviced()(Code)



arrayParam
public String[] arrayParam(String[] arg)(Code)



beforeAdvicedMethod
public void beforeAdvicedMethod()(Code)



beforeAfterAdvicedMethod
public void beforeAfterAdvicedMethod()(Code)



beforeAroundAfterAdvicedMethod
public void beforeAroundAfterAdvicedMethod()(Code)



booleanArrayParam
public boolean[] booleanArrayParam(boolean[] arg)(Code)



booleanParam
public boolean booleanParam(boolean arg)(Code)



byteArrayParam
public byte[] byteArrayParam(byte[] arg)(Code)



byteParam
public byte byteParam(byte arg)(Code)



callWithincodeCtor
public void callWithincodeCtor()(Code)



charArrayParam
public char[] charArrayParam(char[] arg)(Code)



charParam
public char charParam(char arg)(Code)



doubleParam
public double doubleParam(double arg)(Code)



exceptionThrower
public void exceptionThrower() throws Throwable(Code)



exceptionThrowerChecked
public void exceptionThrowerChecked() throws CheckedException(Code)



floatArrayParam
public float[] floatArrayParam(float[] arg)(Code)



getByte
public byte getByte() throws RuntimeException(Code)



getChar
public char getChar() throws RuntimeException(Code)



getDouble
public double getDouble() throws RuntimeException(Code)



getFloat
public float getFloat() throws RuntimeException(Code)



getInt
public int getInt() throws RuntimeException(Code)



getLong
public long getLong() throws RuntimeException(Code)



getPrimitiveAndNullFromAdvice
public long getPrimitiveAndNullFromAdvice() throws RuntimeException(Code)



getShort
public short getShort() throws RuntimeException(Code)



getVoid
protected void getVoid() throws RuntimeException(Code)



hasPointcutButNoAdvice
public void hasPointcutButNoAdvice()(Code)



intArrayParam
public int[] intArrayParam(int[] arg)(Code)



intParam
public int intParam(int arg)(Code)



joinPointMetaData
public String joinPointMetaData(String param)(Code)



log
public void log(String wasHere)(Code)



longArrayParam
public long[] longArrayParam(long[] arg)(Code)



longNoAroundAdvice
public long longNoAroundAdvice(long arg)(Code)



longParam
public long longParam(long arg)(Code)



main
public static void main(String[] args)(Code)



methodAdvicedMethodNewThread
public void methodAdvicedMethodNewThread()(Code)



methodAdvicedWithPreAndPost
public void methodAdvicedWithPreAndPost()(Code)



multipleChainedMethodAdvicedMethod
public void multipleChainedMethodAdvicedMethod()(Code)



multipleMethodAdvicedMethod
public void multipleMethodAdvicedMethod()(Code)



multipleMethodAdvicedWithPreAndPost
public void multipleMethodAdvicedWithPreAndPost()(Code)



multipleMethodAndPrePostAdvicedMethod
public void multipleMethodAndPrePostAdvicedMethod()(Code)



multiplePointcutsMethod
public void multiplePointcutsMethod()(Code)



noParams
public void noParams() throws RuntimeException(Code)



objectParam
protected Object objectParam(Object arg)(Code)



postAdviced
public String postAdviced()(Code)



shortArrayParam
public short[] shortArrayParam(short[] arg)(Code)



shortParam
public short shortParam(short arg)(Code)



suite
public static junit.framework.Test suite()(Code)



takesArrayAsArgument
public String[] takesArrayAsArgument(String[] arr)(Code)



testAfterAdvice
public void testAfterAdvice()(Code)



testAnonymousAdviced
public void testAnonymousAdviced()(Code)



testAroundAdvice
public void testAroundAdvice()(Code)



testAroundAdvice2
public void testAroundAdvice2()(Code)



testAroundAdviceNewThread
public void testAroundAdviceNewThread()(Code)



testBeforeAdvice
public void testBeforeAdvice()(Code)



testBeforeAfterAdvice
public void testBeforeAfterAdvice()(Code)



testBeforeAroundAroundAfterAdvice
public void testBeforeAroundAroundAfterAdvice()(Code)



testBooleanArg
public void testBooleanArg()(Code)



testBooleanArrayArg
public void testBooleanArrayArg()(Code)



testByteArg
public void testByteArg()(Code)



testByteArrayArg
public void testByteArrayArg()(Code)



testCharArg
public void testCharArg()(Code)



testCharArrayArg
public void testCharArrayArg()(Code)



testDoubleArg
public void testDoubleArg()(Code)



testFloatArg
public void testFloatArg()(Code)



testFloatArrayArg
public void testFloatArrayArg()(Code)



testHasPointcutButNoAdvice
public void testHasPointcutButNoAdvice()(Code)



testIntArg
public void testIntArg()(Code)



testIntArrayArg
public void testIntArrayArg()(Code)



testLongArg
public void testLongArg()(Code)



testLongArrayArg
public void testLongArrayArg()(Code)



testLongParamNoAroundAdvice
public void testLongParamNoAroundAdvice()(Code)



testMultipleAroundAdvices
public void testMultipleAroundAdvices()(Code)



testMultipleChainedAroundAdvices
public void testMultipleChainedAroundAdvices()(Code)



testMultiplePointcuts
public void testMultiplePointcuts()(Code)



testNoArgs
public void testNoArgs()(Code)



testObjectArg
public void testObjectArg()(Code)



testObjectArrayArg
public void testObjectArrayArg()(Code)



testReturnBoolean
public void testReturnBoolean()(Code)



testReturnByte
public void testReturnByte()(Code)



testReturnChar
public void testReturnChar()(Code)



testReturnDouble
public void testReturnDouble()(Code)



testReturnFloat
public void testReturnFloat()(Code)



testReturnInt
public void testReturnInt()(Code)



testReturnLong
public void testReturnLong()(Code)



testReturnPrimitiveAndNullFromAdvice
public void testReturnPrimitiveAndNullFromAdvice()(Code)



testReturnShort
public void testReturnShort()(Code)



testReturnVoid
public void testReturnVoid()(Code)



testShortArg
public void testShortArg()(Code)



testShortArrayArg
public void testShortArrayArg()(Code)



testThrowException
public void testThrowException()(Code)



testThrowExceptionChecked
public void testThrowExceptionChecked()(Code)



testVariousArguments1
public void testVariousArguments1()(Code)



testVariousArguments2
public void testVariousArguments2()(Code)



testVariousArguments4
public void testVariousArguments4()(Code)



testWithincodeCtor
public void testWithincodeCtor()(Code)



throwsError
public void throwsError()(Code)



throwsException
public void throwsException() throws Exception(Code)



throwsRuntimeException
public void throwsRuntimeException()(Code)



variousParams1
public int variousParams1(String str, int i, float f, Object o, long l) throws RuntimeException(Code)



variousParams3
public float variousParams3(String s, long y, String t, String r, String e, int w, String q)(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.