Skip to content

Commit

Permalink
Added Start/Stop/Pause commands definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangrimaldi committed Nov 4, 2014
1 parent 0695f25 commit 1c00a4d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ public interface ApplianceControlServer {
final static String CMD_OverloadPauseResume_NAME = "OverloadPauseResume";
final static String CMD_OverloadPause_NAME = "OverloadPause";
final static String CMD_OverloadWarning_NAME = "OverloadWarning";

final static short CMD_Start_ID=1;
final static short CMD_Stop_ID=2;
final static short CMD_Pause_ID=3;

public int getStartTime(IEndPointRequestContext context) throws ApplianceException, ServiceClusterException;

Expand Down

0 comments on commit 1c00a4d

Please sign in to comment.