org.jboss.remoting.samples.oneway
Class OnewayClient

java.lang.Object
  extended by org.jboss.remoting.samples.oneway.OnewayClient

public class OnewayClient
extends java.lang.Object

Simple test client to make oneway invocations on remoting server.

Author:
Tom Elrod

Constructor Summary
OnewayClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Can pass transport and port to be used as parameters.
 void makeInvocation(java.lang.String locatorURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnewayClient

public OnewayClient()
Method Detail

makeInvocation

public void makeInvocation(java.lang.String locatorURI)
                    throws java.lang.Throwable
Throws:
java.lang.Throwable

main

public static void main(java.lang.String[] args)
Can pass transport and port to be used as parameters. Valid transports are 'rmi' and 'socket'.

Parameters:
args -


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