org.apache.openejb.server.discovery
Class MultipointServer
java.lang.Object
org.apache.openejb.server.discovery.MultipointServer
public class MultipointServer
- extends java.lang.Object
- Version:
- $Rev$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.