org.robokind.api.messaging.services
Interface ServiceCommand


public interface ServiceCommand

Author:
Matthew Stevenson

Field Summary
static String PAUSE
           
static String RESUME
           
static String START
           
static String STOP
           
 
Method Summary
 String getCommand()
           
 String getDestinationId()
           
 String getSourceId()
           
 Long getTimestampMillisecUTC()
           
 

Field Detail

START

static final String START
See Also:
Constant Field Values

PAUSE

static final String PAUSE
See Also:
Constant Field Values

RESUME

static final String RESUME
See Also:
Constant Field Values

STOP

static final String STOP
See Also:
Constant Field Values
Method Detail

getSourceId

String getSourceId()

getDestinationId

String getDestinationId()

getTimestampMillisecUTC

Long getTimestampMillisecUTC()

getCommand

String getCommand()


Copyright © 2011-2013. All Rights Reserved.