Uses of Class
net.bluemind.server.api.CommandStatus
Packages that use CommandStatus
-
Uses of CommandStatus in net.bluemind.server.api
Methods in net.bluemind.server.api that return CommandStatusModifier 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.Methods in net.bluemind.server.api that return types with arguments of type CommandStatusMethod parameters in net.bluemind.server.api with type arguments of type CommandStatusModifier and TypeMethodDescriptionvoid
IServerAsync.getStatus
(String uid, String ref, AsyncHandler<CommandStatus> handler) void
IServerAsync.submitAndWait
(String uid, String[] argv, AsyncHandler<CommandStatus> handler)