org.apache.openejb.server.discovery
Class MultipointServer

java.lang.Object
  extended by org.apache.openejb.server.discovery.MultipointServer

public class MultipointServer
extends java.lang.Object

Version:
$Rev$ $Date$

Nested Class Summary
 class MultipointServer.Session
           
 
Constructor Summary
MultipointServer(int port, Tracker tracker)
           
MultipointServer(java.lang.String host, int port, Tracker tracker)
           
 
Method Summary
 void connect(int port)
           
 void connect(MultipointServer s)
           
 void connect(java.net.URI uri)
           
 int getPort()
           
 MultipointServer start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipointServer

public MultipointServer(int port,
                        Tracker tracker)
                 throws java.io.IOException
Throws:
java.io.IOException

MultipointServer

public MultipointServer(java.lang.String host,
                        int port,
                        Tracker tracker)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getPort

public int getPort()

start

public MultipointServer start()

stop

public void stop()

connect

public void connect(MultipointServer s)
             throws java.lang.Exception
Throws:
java.lang.Exception

connect

public void connect(int port)
             throws java.lang.Exception
Throws:
java.lang.Exception

connect

public void connect(java.net.URI uri)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.