Uses of Class
org.basex.server.ServerCmd

Packages that use ServerCmd
org.basex.server Server implementation. 
 

Uses of ServerCmd in org.basex.server
 

Methods in org.basex.server that return ServerCmd
static ServerCmd ServerCmd.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerCmd[] ServerCmd.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.server with parameters of type ServerCmd
protected  java.lang.String ClientSession.exec(ServerCmd cmd, java.lang.String arg, java.io.OutputStream os)
          Executes a command and sends the result to the specified output stream.
protected  void ClientSession.send(ServerCmd cmd, java.io.InputStream input, java.lang.String... strings)
          Sends the specified command, string arguments and input.