org.apache.openejb.server.discovery
Class MultipointServer
java.lang.Object
org.apache.openejb.server.discovery.MultipointServer
public class MultipointServer
- extends 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 IOException
- Throws:
IOException
MultipointServer
public MultipointServer(String host,
int port,
Tracker tracker)
throws IOException
- Throws:
IOException
getPort
public int getPort()
start
public MultipointServer start()
stop
public void stop()
connect
public void connect(MultipointServer s)
throws Exception
- Throws:
Exception
connect
public void connect(int port)
throws Exception
- Throws:
Exception
connect
public void connect(URI uri)
throws Exception
- Throws:
Exception
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.