org.jboss.remoting.samples.multiplex.invoker
Class Server2Client1

java.lang.Object
  extended by org.jboss.remoting.samples.multiplex.invoker.Server2Client1

public class Server2Client1
extends java.lang.Object

Author:
Ron Sigal

Nested Class Summary
static class Server2Client1.SampleCallbackHandler
           
 
Constructor Summary
Server2Client1()
           
 
Method Summary
 void init()
          This will create the Client.
static void main(java.lang.String[] args)
           
 void makeClientCall()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server2Client1

public Server2Client1()
Method Detail

init

public void init()
This will create the Client.


setUp

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

tearDown

public void tearDown()
              throws java.lang.Throwable
Throws:
java.lang.Throwable

makeClientCall

public void makeClientCall()
                    throws java.lang.Throwable
Throws:
java.lang.Throwable

main

public static void main(java.lang.String[] args)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.