Uses of Class
net.bluemind.server.api.CommandStatus
-
Uses of CommandStatus in net.bluemind.server.api
Modifier and TypeMethodDescriptionFetches the progress of a command running in bm-nodeIServer.submitAndWait
(String uid, String... argv) Executes a command using bm-node on the server with the given uid.Modifier and TypeMethodDescriptionvoid
IServerAsync.getStatus
(String uid, String ref, AsyncHandler<CommandStatus> handler) void
IServerAsync.submitAndWait
(String uid, String[] argv, AsyncHandler<CommandStatus> handler)