gpalta.distributed
Interface DistributedEvalProtocol

All Known Implementing Classes:
DistributedEvalClient, DistributedEvalServer

public interface DistributedEvalProtocol


Field Summary
static java.lang.String END_STRING
           
static java.lang.String EVAL_STRING
           
static java.lang.String INIT_STRING
           
static java.lang.String OK_STRING
           
 

Field Detail

INIT_STRING

static final java.lang.String INIT_STRING
See Also:
Constant Field Values

EVAL_STRING

static final java.lang.String EVAL_STRING
See Also:
Constant Field Values

END_STRING

static final java.lang.String END_STRING
See Also:
Constant Field Values

OK_STRING

static final java.lang.String OK_STRING
See Also:
Constant Field Values