org.jnp.test
Class TestJNPSockets

java.lang.Object
  extended byTestCase
      extended byorg.jnp.test.TestJNPSockets

public class TestJNPSockets
extends TestCase

A test of RMI custom sockets with the jnp JNDI provider.

See Also:
Serialized Form

Nested Class Summary
static class TestJNPSockets.ClientSocketFactory (src)
           
static class TestJNPSockets.ServerSocketFactory (src)
           
 
Constructor Summary
TestJNPSockets(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testAccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJNPSockets

public TestJNPSockets(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testAccess

public void testAccess()
                throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception