public class AdminServerRunnable extends Object implements NutsServer, Runnable
| Constructor and Description |
|---|
AdminServerRunnable(String serverId,
int finalPort,
int finalBacklog,
InetAddress address,
Executor finalExecutor,
net.thevpc.nuts.NutsSession invokerSession,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerId() |
boolean |
isRunning() |
void |
run() |
boolean |
stop() |
String |
toString() |
public AdminServerRunnable(String serverId, int finalPort, int finalBacklog, InetAddress address, Executor finalExecutor, net.thevpc.nuts.NutsSession invokerSession, net.thevpc.nuts.NutsSession session)
public String getServerId()
getServerId in interface NutsServerpublic boolean isRunning()
isRunning in interface NutsServerpublic boolean stop()
stop in interface NutsServerCopyright © 2022 vpc open source initiative. All rights reserved.