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

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

public class Client2Server1
extends java.lang.Object

Author:
Ron Sigal

Nested Class Summary
static class Client2Server1.SampleCallbackHandler
           
 
Constructor Summary
Client2Server1()
           
 
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

Client2Server1

public Client2Server1()
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.