com.ibm.ccd.ui.mediator
Interface IMediatorResultState


public interface IMediatorResultState

Represents the result state of the WS call made on WPC


Field Summary
static int FAILURE
           
static int PROCESING
           
static int SUCCESS
           
 

Field Detail

SUCCESS

static final int SUCCESS
See Also:
Constant Field Values

PROCESING

static final int PROCESING
See Also:
Constant Field Values

FAILURE

static final int FAILURE
See Also:
Constant Field Values