org.jboss.remoting.samples.bisocket
Class BisocketSampleClient

java.lang.Object
  extended by org.jboss.remoting.samples.bisocket.BisocketSampleClient

public class BisocketSampleClient
extends java.lang.Object

This class and org.jboss.remoting.samples.bisocket.BisocketSampleServer demonstrate how to how to make an invocation and how to set up push callbacks over the bisocket transport. The reason for the existance of the bisocket transport, which is derived from the socket transport, is to make it possible to do push callbacks to a client which is unable to create a ServerSocket, either due to security restrictions or due to the fact that it is behind a firewall.

Version:
$Revision: 1.1 $

Copyright May 1, 2008

Author:
Ron Sigal

Constructor Summary
BisocketSampleClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 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

BisocketSampleClient

public BisocketSampleClient()
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)


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