public final class Message
extends Object
Interface for the different messages the Employee Application sends to the server.
-
Field Summary
Fields
To ask the server for all the orders
To ask the server to update the order with the provided information
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GET_ALL_ORDERS
public static final String GET_ALL_ORDERS
To ask the server for all the orders
- See Also:
-
-
PUT_ORDER
public static final String PUT_ORDER
To ask the server to update the order with the provided information
- See Also:
-