Java Doc for JMXSignatureTest.java in  » JMX » mx4j » test » javax » management » compliance » signature » 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 » JMX » mx4j » test.javax.management.compliance.signature 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


test.javax.management.compliance.JMXComplianceTestCase
   test.javax.management.compliance.signature.JMXSignatureTest

JMXSignatureTest
public class JMXSignatureTest extends JMXComplianceTestCase (Code)
Test that verifies that the signature of the classes in JMXRI are equal to MX4J classes. It resembles a small TCK, for signatures of the JMX classes only.
version:
   $Revision: 1.3 $



Constructor Summary
public  JMXSignatureTest(String s)
    

Method Summary
protected  voidcheckCompliance(String className)
    
protected  booleanskipClass(Class cls)
    
protected  booleanskipClassName(String className)
    


Constructor Detail
JMXSignatureTest
public JMXSignatureTest(String s)(Code)




Method Detail
checkCompliance
protected void checkCompliance(String className) throws Exception(Code)



skipClass
protected boolean skipClass(Class cls)(Code)



skipClassName
protected boolean skipClassName(String className)(Code)



Methods inherited from test.javax.management.compliance.JMXComplianceTestCase
protected ClassLoader createClassLoader() throws MalformedURLException(Code)(Java Doc)
protected JarFile loadJar() throws IOException(Code)(Java Doc)
public void test_AndQueryExp() throws Exception(Code)(Java Doc)
public void test_Attribute() throws Exception(Code)(Java Doc)
public void test_AttributeChangeNotification() throws Exception(Code)(Java Doc)
public void test_AttributeChangeNotificationFilter() throws Exception(Code)(Java Doc)
public void test_AttributeList() throws Exception(Code)(Java Doc)
public void test_AttributeNotFoundException() throws Exception(Code)(Java Doc)
public void test_AttributeValueExp() throws Exception(Code)(Java Doc)
public void test_BadAttributeValueExpException() throws Exception(Code)(Java Doc)
public void test_BadBinaryOpValueExpException() throws Exception(Code)(Java Doc)
public void test_BadStringOperationException() throws Exception(Code)(Java Doc)
public void test_BetweenQueryExp() throws Exception(Code)(Java Doc)
public void test_BinaryOpValueExp() throws Exception(Code)(Java Doc)
public void test_BinaryRelQueryExp() throws Exception(Code)(Java Doc)
public void test_BooleanValueExp() throws Exception(Code)(Java Doc)
public void test_ClassAttributeValueExp() throws Exception(Code)(Java Doc)
public void test_DefaultLoaderRepository() throws Exception(Code)(Java Doc)
public void test_Descriptor() throws Exception(Code)(Java Doc)
public void test_DescriptorAccess() throws Exception(Code)(Java Doc)
public void test_DynamicMBean() throws Exception(Code)(Java Doc)
public void test_InQueryExp() throws Exception(Code)(Java Doc)
public void test_InstanceAlreadyExistsException() throws Exception(Code)(Java Doc)
public void test_InstanceNotFoundException() throws Exception(Code)(Java Doc)
public void test_IntrospectionException() throws Exception(Code)(Java Doc)
public void test_InvalidApplicationException() throws Exception(Code)(Java Doc)
public void test_InvalidAttributeValueException() throws Exception(Code)(Java Doc)
public void test_JMException() throws Exception(Code)(Java Doc)
public void test_JMRuntimeException() throws Exception(Code)(Java Doc)
public void test_ListenerNotFoundException() throws Exception(Code)(Java Doc)
public void test_MBeanAttributeInfo() throws Exception(Code)(Java Doc)
public void test_MBeanConstructorInfo() throws Exception(Code)(Java Doc)
public void test_MBeanException() throws Exception(Code)(Java Doc)
public void test_MBeanFeatureInfo() throws Exception(Code)(Java Doc)
public void test_MBeanInfo() throws Exception(Code)(Java Doc)
public void test_MBeanNotificationInfo() throws Exception(Code)(Java Doc)
public void test_MBeanOperationInfo() throws Exception(Code)(Java Doc)
public void test_MBeanParameterInfo() throws Exception(Code)(Java Doc)
public void test_MBeanPermission() throws Exception(Code)(Java Doc)
public void test_MBeanRegistration() throws Exception(Code)(Java Doc)
public void test_MBeanRegistrationException() throws Exception(Code)(Java Doc)
public void test_MBeanServer() throws Exception(Code)(Java Doc)
public void test_MBeanServerBuilder() throws Exception(Code)(Java Doc)
public void test_MBeanServerConnection() throws Exception(Code)(Java Doc)
public void test_MBeanServerDelegate() throws Exception(Code)(Java Doc)
public void test_MBeanServerDelegateMBean() throws Exception(Code)(Java Doc)
public void test_MBeanServerFactory() throws Exception(Code)(Java Doc)
public void test_MBeanServerInvocationHandler() throws Exception(Code)(Java Doc)
public void test_MBeanServerNotification() throws Exception(Code)(Java Doc)
public void test_MBeanServerPermission() throws Exception(Code)(Java Doc)
public void test_MBeanTrustPermission() throws Exception(Code)(Java Doc)
public void test_MalformedObjectNameException() throws Exception(Code)(Java Doc)
public void test_MatchQueryExp() throws Exception(Code)(Java Doc)
public void test_NotCompliantMBeanException() throws Exception(Code)(Java Doc)
public void test_NotQueryExp() throws Exception(Code)(Java Doc)
public void test_Notification() throws Exception(Code)(Java Doc)
public void test_NotificationBroadcaster() throws Exception(Code)(Java Doc)
public void test_NotificationBroadcasterSupport() throws Exception(Code)(Java Doc)
public void test_NotificationEmitter() throws Exception(Code)(Java Doc)
public void test_NotificationFilter() throws Exception(Code)(Java Doc)
public void test_NotificationFilterSupport() throws Exception(Code)(Java Doc)
public void test_NotificationListener() throws Exception(Code)(Java Doc)
public void test_NumericValueExp() throws Exception(Code)(Java Doc)
public void test_ObjectInstance() throws Exception(Code)(Java Doc)
public void test_ObjectName() throws Exception(Code)(Java Doc)
public void test_OperationsException() throws Exception(Code)(Java Doc)
public void test_OrQueryExp() throws Exception(Code)(Java Doc)
public void test_PersistentMBean() throws Exception(Code)(Java Doc)
public void test_QualifiedAttributeValueExp() throws Exception(Code)(Java Doc)
public void test_Query() throws Exception(Code)(Java Doc)
public void test_QueryEval() throws Exception(Code)(Java Doc)
public void test_QueryExp() throws Exception(Code)(Java Doc)
public void test_ReflectionException() throws Exception(Code)(Java Doc)
public void test_RuntimeErrorException() throws Exception(Code)(Java Doc)
public void test_RuntimeMBeanException() throws Exception(Code)(Java Doc)
public void test_RuntimeOperationsException() throws Exception(Code)(Java Doc)
public void test_ServiceNotFoundException() throws Exception(Code)(Java Doc)
public void test_StandardMBean() throws Exception(Code)(Java Doc)
public void test_StringValueExp() throws Exception(Code)(Java Doc)
public void test_ValueExp() throws Exception(Code)(Java Doc)
public void test_loading_ClassLoaderRepository() throws Exception(Code)(Java Doc)
public void test_loading_DefaultLoaderRepository() throws Exception(Code)(Java Doc)
public void test_loading_MLet() throws Exception(Code)(Java Doc)
public void test_loading_MLetMBean() throws Exception(Code)(Java Doc)
public void test_loading_PrivateClassLoader() throws Exception(Code)(Java Doc)
public void test_loading_PrivateMLet() throws Exception(Code)(Java Doc)
public void test_modelmbean_DescriptorSupport() throws Exception(Code)(Java Doc)
public void test_modelmbean_InvalidTargetObjectTypeException() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBean() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanAttributeInfo() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanConstructorInfo() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanInfo() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanInfoSupport() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanNotificationBroadcaster() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanNotificationInfo() throws Exception(Code)(Java Doc)
public void test_modelmbean_ModelMBeanOperationInfo() throws Exception(Code)(Java Doc)
public void test_modelmbean_RequiredModelMBean() throws Exception(Code)(Java Doc)
public void test_modelmbean_XMLParseException() throws Exception(Code)(Java Doc)
public void test_monitor_CounterMonitor() throws Exception(Code)(Java Doc)
public void test_monitor_CounterMonitorMBean() throws Exception(Code)(Java Doc)
public void test_monitor_GaugeMonitor() throws Exception(Code)(Java Doc)
public void test_monitor_GaugeMonitorMBean() throws Exception(Code)(Java Doc)
public void test_monitor_Monitor() throws Exception(Code)(Java Doc)
public void test_monitor_MonitorMBean() throws Exception(Code)(Java Doc)
public void test_monitor_MonitorNotification() throws Exception(Code)(Java Doc)
public void test_monitor_MonitorSettingException() throws Exception(Code)(Java Doc)
public void test_monitor_StringMonitor() throws Exception(Code)(Java Doc)
public void test_monitor_StringMonitorMBean() throws Exception(Code)(Java Doc)
public void test_openmbean_ArrayType() throws Exception(Code)(Java Doc)
public void test_openmbean_CompositeData() throws Exception(Code)(Java Doc)
public void test_openmbean_CompositeDataSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_CompositeType() throws Exception(Code)(Java Doc)
public void test_openmbean_InvalidKeyException() throws Exception(Code)(Java Doc)
public void test_openmbean_InvalidOpenTypeException() throws Exception(Code)(Java Doc)
public void test_openmbean_KeyAlreadyExistsException() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenDataException() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanAttributeInfo() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanAttributeInfoSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanConstructorInfo() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanConstructorInfoSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanInfo() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanInfoSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanOperationInfo() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanOperationInfoSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanParameterInfo() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenMBeanParameterInfoSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_OpenType() throws Exception(Code)(Java Doc)
public void test_openmbean_SimpleType() throws Exception(Code)(Java Doc)
public void test_openmbean_TabularData() throws Exception(Code)(Java Doc)
public void test_openmbean_TabularDataSupport() throws Exception(Code)(Java Doc)
public void test_openmbean_TabularType() throws Exception(Code)(Java Doc)
public void test_relation_InvalidRelationIdException() throws Exception(Code)(Java Doc)
public void test_relation_InvalidRelationServiceException() throws Exception(Code)(Java Doc)
public void test_relation_InvalidRelationTypeException() throws Exception(Code)(Java Doc)
public void test_relation_InvalidRoleInfoException() throws Exception(Code)(Java Doc)
public void test_relation_InvalidRoleValueException() throws Exception(Code)(Java Doc)
public void test_relation_MBeanServerNotificationFilter() throws Exception(Code)(Java Doc)
public void test_relation_Relation() throws Exception(Code)(Java Doc)
public void test_relation_RelationException() throws Exception(Code)(Java Doc)
public void test_relation_RelationNotFoundException() throws Exception(Code)(Java Doc)
public void test_relation_RelationNotification() throws Exception(Code)(Java Doc)
public void test_relation_RelationService() throws Exception(Code)(Java Doc)
public void test_relation_RelationServiceMBean() throws Exception(Code)(Java Doc)
public void test_relation_RelationServiceNotRegisteredException() throws Exception(Code)(Java Doc)
public void test_relation_RelationSupport() throws Exception(Code)(Java Doc)
public void test_relation_RelationSupportMBean() throws Exception(Code)(Java Doc)
public void test_relation_RelationType() throws Exception(Code)(Java Doc)
public void test_relation_RelationTypeNotFoundException() throws Exception(Code)(Java Doc)
public void test_relation_RelationTypeSupport() throws Exception(Code)(Java Doc)
public void test_relation_Role() throws Exception(Code)(Java Doc)
public void test_relation_RoleInfo() throws Exception(Code)(Java Doc)
public void test_relation_RoleInfoNotFoundException() throws Exception(Code)(Java Doc)
public void test_relation_RoleList() throws Exception(Code)(Java Doc)
public void test_relation_RoleNotFoundException() throws Exception(Code)(Java Doc)
public void test_relation_RoleResult() throws Exception(Code)(Java Doc)
public void test_relation_RoleStatus() throws Exception(Code)(Java Doc)
public void test_relation_RoleUnresolved() throws Exception(Code)(Java Doc)
public void test_relation_RoleUnresolvedList() throws Exception(Code)(Java Doc)
public void test_timer_Timer() throws Exception(Code)(Java Doc)
public void test_timer_TimerAlarmClockNotification() throws Exception(Code)(Java Doc)
public void test_timer_TimerMBean() throws Exception(Code)(Java Doc)
public void test_timer_TimerNotification() throws Exception(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.