added class and file documentation to client class
This commit is contained in:
parent
38e89d628b
commit
da6aa04f45
1 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
* JobServClient
|
||||||
|
*
|
||||||
|
* v1.0
|
||||||
|
*
|
||||||
|
* May 18, 2019
|
||||||
|
*/
|
||||||
|
|
||||||
package JobServ;
|
package JobServ;
|
||||||
|
|
||||||
import io.grpc.ManagedChannel;
|
import io.grpc.ManagedChannel;
|
||||||
|
|
@ -9,7 +17,10 @@ import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
|
||||||
// GRPC Client Class
|
/*
|
||||||
|
* The JobServClient class extends the gRPC stub code
|
||||||
|
* Additionally, it plugs a command line interface into the API code.
|
||||||
|
*/
|
||||||
public class JobServClient {
|
public class JobServClient {
|
||||||
|
|
||||||
/* The client should not use the same logging module as the server.
|
/* The client should not use the same logging module as the server.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue