org.jboss.test.invokers.test
Class MultiInvokersUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.invokers.test.MultiInvokersUnitTestCase

public class MultiInvokersUnitTestCase
extends JBossTestCase (src)

Test use of multiple invokers per container

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MultiInvokersUnitTestCase(java.lang.String name)
          Constructor for the CustomSocketsUnitTestCase object
 
Method Summary
static Test suite()
           
 void testClientContainer()
          Use the IClientContainer view of the proxy to install a custom InvokerInterceptor which routes requests to either the server side selected transport for the BusinessSession, or an mdb depending on the method invoked.
 void testMultiInvokers()
          A unit test for JUnit
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiInvokersUnitTestCase

public MultiInvokersUnitTestCase(java.lang.String name)
Constructor for the CustomSocketsUnitTestCase object

Parameters:
name - Description of Parameter
Method Detail

testMultiInvokers

public void testMultiInvokers()
                       throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception - Description of Exception

testClientContainer

public void testClientContainer()
                         throws java.lang.Exception
Use the IClientContainer view of the proxy to install a custom InvokerInterceptor which routes requests to either the server side selected transport for the BusinessSession, or an mdb depending on the method invoked.

Throws:
java.lang.Exception

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception