org.jboss.remoting.samples.bisocket
Class BisocketSampleClient
java.lang.Object
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
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 |
BisocketSampleClient
public BisocketSampleClient()
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.