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

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

public class MultiplexInvokerServer
extends java.lang.Object

Author:
Ron Sigal

Nested Class Summary
static class MultiplexInvokerServer.SampleInvocationHandler
          Simple invocation handler implementation.
 
Constructor Summary
MultiplexInvokerServer()
           
 
Method Summary
 void init()
           
 boolean isDone()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexInvokerServer

public MultiplexInvokerServer()
Method Detail

init

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

isDone

public boolean isDone()

setUp

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

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

main

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


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