com.aelitis.azureus.core.pairing
Interface PairingTest

All Known Implementing Classes:
PairingManagerImpl.TestServiceImpl, RemotePairingWindow.testPairingClass

public interface PairingTest


Field Summary
static int OT_CANCELLED
           
static int OT_FAILED
           
static int OT_PENDING
           
static int OT_SERVER_FAILED
           
static int OT_SERVER_OVERLOADED
           
static int OT_SERVER_UNAVAILABLE
           
static int OT_SUCCESS
           
 
Method Summary
 void cancel()
           
 String getErrorMessage()
           
 int getOutcome()
           
 

Field Detail

OT_PENDING

static final int OT_PENDING
See Also:
Constant Field Values

OT_SUCCESS

static final int OT_SUCCESS
See Also:
Constant Field Values

OT_FAILED

static final int OT_FAILED
See Also:
Constant Field Values

OT_SERVER_UNAVAILABLE

static final int OT_SERVER_UNAVAILABLE
See Also:
Constant Field Values

OT_SERVER_OVERLOADED

static final int OT_SERVER_OVERLOADED
See Also:
Constant Field Values

OT_SERVER_FAILED

static final int OT_SERVER_FAILED
See Also:
Constant Field Values

OT_CANCELLED

static final int OT_CANCELLED
See Also:
Constant Field Values
Method Detail

getOutcome

int getOutcome()

getErrorMessage

String getErrorMessage()

cancel

void cancel()