Java Doc for ClassAdapterTestTarget.java in  » Net » Terracotta » com » tctest » 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 » Net » Terracotta » com.tctest 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.tctest.ClassAdapterTestTarget

ClassAdapterTestTarget
public class ClassAdapterTestTarget (Code)
Adaptation target for ClassAdapterTest


Field Summary
final public static  StringCSTR_AUTOLOCK_NO_EXCEPTION
    
final public static  StringCSTR_AUTOLOCK_THROW_EXCEPTION_INSIDE
    
final public static  StringCSTR_THROW_EXCEPTION
    
final public static  StringKEY
    
 ListmyRoot
    

Constructor Summary
public  ClassAdapterTestTarget()
    

Method Summary
public  voiddoStuff()
    
public  voidinstanceMethod()
     This is a method that should be called to test a lock.
public  StringinstanceMethodReturnsAValue()
    
public  StringinstanceMethodReturnsAValueThrowsException()
    
public  voidinstanceMethodThrowsException()
    
public  voidinstanceMethodWithArguments(int i)
    
public  voidinstanceMethodWithArguments(int i, String s)
    
public  StringinstanceMethodWithArgumentsReturnsAValue(int i, String s)
    
public  StringinstanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public  voidinstanceMethodWithArgumentsThrowsException(int i, String s)
    
public  voidinternalSynchronizedInstanceMethod()
    
public  StringinternalSynchronizedInstanceMethodReturnsAValue()
    
public  StringinternalSynchronizedInstanceMethodReturnsAValueThrowsException()
    
public  voidinternalSynchronizedInstanceMethodThrowsException()
    
public  voidinternalSynchronizedInstanceMethodWithArguments(int i, String s)
    
public  StringinternalSynchronizedInstanceMethodWithArgumentsReturnsAValue(int i, String s)
    
public  StringinternalSynchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public  voidinternalSynchronizedInstanceMethodWithArgumentsThrowsException(int i, String s)
    
public static  voidinternalSynchronizedStaticMethod()
    
public static  StringinternalSynchronizedStaticMethodReturnsAValue()
    
public static  StringinternalSynchronizedStaticMethodReturnsAValueThrowsException()
    
public static  voidinternalSynchronizedStaticMethodThrowsException()
    
public static  voidinternalSynchronizedStaticMethodWithArguments(int i, String s)
    
public static  StringinternalSynchronizedStaticMethodWithArgumentsReturnsAValue(int i, String s)
    
public static  StringinternalSynchronizedStaticMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public static  voidinternalSynchronizedStaticMethodWithArgumentsThrowsException(int i, String s)
    
public static  voidmain(String[] args)
    
public  intnestedInternalSynchronizedInstanceMethod()
    
public static synchronized  voidsetTestClientObjectManager(TestClientObjectManager clientObjectManager)
    
public static  voidstaticMethod()
    
public static  StringstaticMethodReturnsAValue()
    
public static  StringstaticMethodReturnsAValueThrowsException()
    
public static  voidstaticMethodThrowsException()
    
public static  voidstaticMethodWithArguments(int i, String s)
    
public static  StringstaticMethodWithArgumentsReturnsAValue(int i, String s)
    
public static  StringstaticMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public static  voidstaticMethodWithArgumentsThrowsException(int i, String s)
    
public synchronized  voidsynchronizedInstanceMethod()
    
public synchronized  StringsynchronizedInstanceMethodReturnsAValue()
    
public synchronized  StringsynchronizedInstanceMethodReturnsAValueThrowsException()
    
public synchronized  voidsynchronizedInstanceMethodThrowsException()
    
public synchronized  voidsynchronizedInstanceMethodWithArguments(int i, String s)
    
public synchronized  StringsynchronizedInstanceMethodWithArgumentsReturnsAValue(int i, String s)
    
public synchronized  StringsynchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public synchronized  voidsynchronizedInstanceMethodWithArgumentsThrowsException(int i, String s)
    
public synchronized  voidsynchronizedInstanceMethodWithWideArgs(double d, long l)
    
public static synchronized  voidsynchronizedStaticMethod()
    
public static synchronized  StringsynchronizedStaticMethodReturnsAValue()
    
public static synchronized  StringsynchronizedStaticMethodReturnsAValueThrowsException()
    
public static synchronized  voidsynchronizedStaticMethodThrowsException()
    
public static synchronized  voidsynchronizedStaticMethodWithArguments(int i, String s)
    
public static synchronized  StringsynchronizedStaticMethodWithArgumentsReturnsAValue(int i, String s)
    
public static synchronized  StringsynchronizedStaticMethodWithArgumentsReturnsAValueThrowsException(int i, String s)
    
public static synchronized  voidsynchronizedStaticMethodWithArgumentsThrowsException(int i, String s)
    

Field Detail
CSTR_AUTOLOCK_NO_EXCEPTION
final public static String CSTR_AUTOLOCK_NO_EXCEPTION(Code)



CSTR_AUTOLOCK_THROW_EXCEPTION_INSIDE
final public static String CSTR_AUTOLOCK_THROW_EXCEPTION_INSIDE(Code)



CSTR_THROW_EXCEPTION
final public static String CSTR_THROW_EXCEPTION(Code)



KEY
final public static String KEY(Code)



myRoot
List myRoot(Code)




Constructor Detail
ClassAdapterTestTarget
public ClassAdapterTestTarget()(Code)




Method Detail
doStuff
public void doStuff()(Code)



instanceMethod
public void instanceMethod()(Code)
This is a method that should be called to test a lock.



instanceMethodReturnsAValue
public String instanceMethodReturnsAValue()(Code)



instanceMethodReturnsAValueThrowsException
public String instanceMethodReturnsAValueThrowsException() throws LockTestThrowsExceptionException(Code)



instanceMethodThrowsException
public void instanceMethodThrowsException() throws LockTestThrowsExceptionException(Code)



instanceMethodWithArguments
public void instanceMethodWithArguments(int i)(Code)



instanceMethodWithArguments
public void instanceMethodWithArguments(int i, String s)(Code)



instanceMethodWithArgumentsReturnsAValue
public String instanceMethodWithArgumentsReturnsAValue(int i, String s)(Code)



instanceMethodWithArgumentsReturnsAValueThrowsException
public String instanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



instanceMethodWithArgumentsThrowsException
public void instanceMethodWithArgumentsThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



internalSynchronizedInstanceMethod
public void internalSynchronizedInstanceMethod()(Code)



internalSynchronizedInstanceMethodReturnsAValue
public String internalSynchronizedInstanceMethodReturnsAValue()(Code)



internalSynchronizedInstanceMethodReturnsAValueThrowsException
public String internalSynchronizedInstanceMethodReturnsAValueThrowsException() throws LockTestThrowsExceptionException(Code)



internalSynchronizedInstanceMethodThrowsException
public void internalSynchronizedInstanceMethodThrowsException() throws LockTestThrowsExceptionException(Code)



internalSynchronizedInstanceMethodWithArguments
public void internalSynchronizedInstanceMethodWithArguments(int i, String s)(Code)



internalSynchronizedInstanceMethodWithArgumentsReturnsAValue
public String internalSynchronizedInstanceMethodWithArgumentsReturnsAValue(int i, String s)(Code)



internalSynchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException
public String internalSynchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



internalSynchronizedInstanceMethodWithArgumentsThrowsException
public void internalSynchronizedInstanceMethodWithArgumentsThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



internalSynchronizedStaticMethod
public static void internalSynchronizedStaticMethod()(Code)



internalSynchronizedStaticMethodReturnsAValue
public static String internalSynchronizedStaticMethodReturnsAValue()(Code)



internalSynchronizedStaticMethodReturnsAValueThrowsException
public static String internalSynchronizedStaticMethodReturnsAValueThrowsException() throws LockTestThrowsExceptionException(Code)



internalSynchronizedStaticMethodThrowsException
public static void internalSynchronizedStaticMethodThrowsException() throws LockTestThrowsExceptionException(Code)



internalSynchronizedStaticMethodWithArguments
public static void internalSynchronizedStaticMethodWithArguments(int i, String s)(Code)



internalSynchronizedStaticMethodWithArgumentsReturnsAValue
public static String internalSynchronizedStaticMethodWithArgumentsReturnsAValue(int i, String s)(Code)



internalSynchronizedStaticMethodWithArgumentsReturnsAValueThrowsException
public static String internalSynchronizedStaticMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



internalSynchronizedStaticMethodWithArgumentsThrowsException
public static void internalSynchronizedStaticMethodWithArgumentsThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



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



nestedInternalSynchronizedInstanceMethod
public int nestedInternalSynchronizedInstanceMethod()(Code)



setTestClientObjectManager
public static synchronized void setTestClientObjectManager(TestClientObjectManager clientObjectManager)(Code)



staticMethod
public static void staticMethod()(Code)



staticMethodReturnsAValue
public static String staticMethodReturnsAValue()(Code)



staticMethodReturnsAValueThrowsException
public static String staticMethodReturnsAValueThrowsException() throws Exception(Code)



staticMethodThrowsException
public static void staticMethodThrowsException() throws Exception(Code)



staticMethodWithArguments
public static void staticMethodWithArguments(int i, String s)(Code)



staticMethodWithArgumentsReturnsAValue
public static String staticMethodWithArgumentsReturnsAValue(int i, String s)(Code)



staticMethodWithArgumentsReturnsAValueThrowsException
public static String staticMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws Exception(Code)



staticMethodWithArgumentsThrowsException
public static void staticMethodWithArgumentsThrowsException(int i, String s) throws Exception(Code)



synchronizedInstanceMethod
public synchronized void synchronizedInstanceMethod()(Code)



synchronizedInstanceMethodReturnsAValue
public synchronized String synchronizedInstanceMethodReturnsAValue()(Code)



synchronizedInstanceMethodReturnsAValueThrowsException
public synchronized String synchronizedInstanceMethodReturnsAValueThrowsException() throws LockTestThrowsExceptionException(Code)



synchronizedInstanceMethodThrowsException
public synchronized void synchronizedInstanceMethodThrowsException() throws LockTestThrowsExceptionException(Code)



synchronizedInstanceMethodWithArguments
public synchronized void synchronizedInstanceMethodWithArguments(int i, String s)(Code)



synchronizedInstanceMethodWithArgumentsReturnsAValue
public synchronized String synchronizedInstanceMethodWithArgumentsReturnsAValue(int i, String s)(Code)



synchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException
public synchronized String synchronizedInstanceMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



synchronizedInstanceMethodWithArgumentsThrowsException
public synchronized void synchronizedInstanceMethodWithArgumentsThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



synchronizedInstanceMethodWithWideArgs
public synchronized void synchronizedInstanceMethodWithWideArgs(double d, long l)(Code)



synchronizedStaticMethod
public static synchronized void synchronizedStaticMethod()(Code)



synchronizedStaticMethodReturnsAValue
public static synchronized String synchronizedStaticMethodReturnsAValue()(Code)



synchronizedStaticMethodReturnsAValueThrowsException
public static synchronized String synchronizedStaticMethodReturnsAValueThrowsException() throws LockTestThrowsExceptionException(Code)



synchronizedStaticMethodThrowsException
public static synchronized void synchronizedStaticMethodThrowsException() throws LockTestThrowsExceptionException(Code)



synchronizedStaticMethodWithArguments
public static synchronized void synchronizedStaticMethodWithArguments(int i, String s)(Code)



synchronizedStaticMethodWithArgumentsReturnsAValue
public static synchronized String synchronizedStaticMethodWithArgumentsReturnsAValue(int i, String s)(Code)



synchronizedStaticMethodWithArgumentsReturnsAValueThrowsException
public static synchronized String synchronizedStaticMethodWithArgumentsReturnsAValueThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



synchronizedStaticMethodWithArgumentsThrowsException
public static synchronized void synchronizedStaticMethodWithArgumentsThrowsException(int i, String s) throws LockTestThrowsExceptionException(Code)



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.