コード例 #1
0
ファイル: LiveOakSystem.java プロジェクト: vrockai/liveoak
 public Server localServer(String name) throws InterruptedException {
   return (Server) this.serviceContainer.getService(Services.server(name, false)).awaitValue();
 }
コード例 #2
0
ファイル: LiveOakSystem.java プロジェクト: vrockai/liveoak
 public Server networkServer(String name) throws InterruptedException {
   return (Server) this.serviceContainer.getService(Services.server(name, true)).awaitValue();
 }