Package org.jgroups.upgrade_server
Class UpgradeServer
- java.lang.Object
-
- org.jgroups.upgrade_server.UpgradeServer
-
public class UpgradeServer extends Object
- Since:
- 1.0.0
- Author:
- Bela Ban
-
-
Field Summary
Fields Modifier and Type Field Description protected io.grpc.Serverserver
-
Constructor Summary
Constructors Constructor Description UpgradeServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidblockUntilShutdown()protected static voidhelp()static voidmain(String[] args)voidstart(int port)voidstop()
-
-
-
Method Detail
-
stop
public void stop() throws InterruptedException- Throws:
InterruptedException
-
blockUntilShutdown
protected void blockUntilShutdown() throws InterruptedException- Throws:
InterruptedException
-
help
protected static void help()
-
-