Java Doc for JBossClusteredTestCase.java in  » EJB-Server-JBoss-4.2.1 » testsuite » org » jboss » 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 » EJB Server JBoss 4.2.1 » testsuite » org.jboss.test 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.test.JBossTestCase
   org.jboss.test.JBossClusteredTestCase

All known Subclasses:   org.jboss.test.testbeancluster.test.BeanUnitTestCase,  org.jboss.test.cluster.apache_tomcat.HttpSessionReplicationTestCase,  org.jboss.test.cluster.test.CrossServerCallsUnitTestCase,  org.jboss.test.testbeancluster.test.CacheInvalidationUnitTestCase,  org.jboss.test.cluster.jmx.test.HAInvokerUnitTestCase,  org.jboss.test.cluster.test.BaseTest,  org.jboss.test.cluster.test.DRMTestCase,  org.jboss.test.cluster.test.DistributedStateTestCase,  org.jboss.test.cluster.httpsessionreplication.HttpSessionReplicationUnitTestCase,  org.jboss.test.testbeancluster.test.PooledHAUnitTestCase,  org.jboss.test.cluster.test.WebSessionTestCase,  org.jboss.test.cluster.partition.test.PartitionRestartUnitTestCase,  org.jboss.test.testbeancluster.test.BeanUnitTestCaseNew,  org.jboss.test.cluster.test.FormAuthFailoverTestCase,  org.jboss.test.cluster.test.HASingletonElectionPolicyTestCase,  org.jboss.test.web.test.ClusteredSingleSignOnUnitTestCase,  org.jboss.test.cluster.partition.test.BadStateTransferTestCase,  org.jboss.test.cluster.partition.test.JBAS4406UnitTestCase,  org.jboss.test.cluster.test.HAJndiTestCase,  org.jboss.test.testbeancluster.test.StatefulPassivationExpirationUnitTestCase,  org.jboss.test.testbeancluster.test.RetryInterceptorUnitTestCase,
JBossClusteredTestCase
public class JBossClusteredTestCase extends JBossTestCase (Code)
Derived implementation of JBossTestCase for cluster testing.
author:
   Sacha Labourey.
author:
   Scott.Stark@jboss.org
version:
   $Revision: 60704 $
See Also:   org.jboss.test.JBossTestCase


Field Summary
 JBossTestClusteredServicesclusterServices
    

Constructor Summary
public  JBossClusteredTestCase(String name)
    

Method Summary
protected  voiddeploy(RMIAdaptor server, String name)
    
public  RMIAdaptor[]getAdaptors()
    
public static  TestgetDeploySetup(Test test, String jarNames)
    
public static  TestgetDeploySetup(Class clazz, String jarName)
    
public  String[]getHANamingURLs()
    
public  String[]getHttpURLs()
    
public  String[]getNamingURLs()
    
public  String[]getServers()
    
public  voidinitDelegate()
    
protected  voidredeploy(RMIAdaptor server, String name)
    
public  voidsetServerNames(String[] snames)
    
public  voidtestServerFound()
    
protected  voidundeploy(RMIAdaptor server, String name)
    

Field Detail
clusterServices
JBossTestClusteredServices clusterServices(Code)




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




Method Detail
deploy
protected void deploy(RMIAdaptor server, String name) throws Exception(Code)



getAdaptors
public RMIAdaptor[] getAdaptors() throws Exception(Code)



getDeploySetup
public static Test getDeploySetup(Test test, String jarNames) throws Exception(Code)



getDeploySetup
public static Test getDeploySetup(Class clazz, String jarName) throws Exception(Code)



getHANamingURLs
public String[] getHANamingURLs() throws Exception(Code)



getHttpURLs
public String[] getHttpURLs() throws Exception(Code)



getNamingURLs
public String[] getNamingURLs() throws Exception(Code)



getServers
public String[] getServers() throws Exception(Code)



initDelegate
public void initDelegate()(Code)



redeploy
protected void redeploy(RMIAdaptor server, String name) throws Exception(Code)



setServerNames
public void setServerNames(String[] snames) throws Exception(Code)
anil



testServerFound
public void testServerFound() throws Exception(Code)



undeploy
protected void undeploy(RMIAdaptor server, String name) throws Exception(Code)



Fields inherited from org.jboss.test.JBossTestCase
protected JBossTestServices delegate(Code)(Java Doc)
protected static Exception deploymentException(Code)(Java Doc)
protected Logger log(Code)(Java Doc)

Methods inherited from org.jboss.test.JBossTestCase
protected void deploy(String name) throws Exception(Code)(Java Doc)
protected void flushAuthCache() throws Exception(Code)(Java Doc)
protected void flushAuthCache(String domain) throws Exception(Code)(Java Doc)
protected int getBeanCount()(Code)(Java Doc)
public static Test getDeploySetup(Test test, String jarNames) throws Exception(Code)(Java Doc)
public static Test getDeploySetup(Class clazz, String jarName) throws Exception(Code)(Java Doc)
protected URL getDeployURL(String filename) throws MalformedURLException(Code)(Java Doc)
protected ObjectName getDeployerName() throws MalformedObjectNameException(Code)(Java Doc)
protected InitialContext getInitialContext() throws Exception(Code)(Java Doc)
protected int getIterationCount()(Code)(Java Doc)
protected String getJndiInitFactory()(Code)(Java Doc)
protected String getJndiURL()(Code)(Java Doc)
protected Logger getLog()(Code)(Java Doc)
protected String getResourceURL(String resource) throws MalformedURLException(Code)(Java Doc)
protected MBeanServerConnection getServer() throws Exception(Code)(Java Doc)
public String getServerHost()(Code)(Java Doc)
protected int getThreadCount()(Code)(Java Doc)
protected void initDefaultLoginConfig()(Code)(Java Doc)
public void initDelegate()(Code)(Java Doc)
protected Object invoke(ObjectName name, String method, Object[] args, String[] sig) throws Exception(Code)(Java Doc)
protected void redeploy(String name) throws Exception(Code)(Java Doc)
public void resetDelegate()(Code)(Java Doc)
protected void restartDBPool() throws Exception(Code)(Java Doc)
public void serverFound() throws Exception(Code)(Java Doc)
protected void sleep(long interval) throws InterruptedException(Code)(Java Doc)
protected void undeploy(String name) 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.