com.aelitis.azureus.core.pairing.impl
Class PairingManagerImpl.TestServiceImpl

java.lang.Object
  extended by com.aelitis.azureus.core.pairing.impl.PairingManagerImpl.TestServiceImpl
All Implemented Interfaces:
PairingTest
Enclosing class:
PairingManagerImpl

protected class PairingManagerImpl.TestServiceImpl
extends Object
implements PairingTest


Field Summary
 
Fields inherited from interface com.aelitis.azureus.core.pairing.PairingTest
OT_CANCELLED, OT_FAILED, OT_PENDING, OT_SERVER_FAILED, OT_SERVER_OVERLOADED, OT_SERVER_UNAVAILABLE, OT_SUCCESS
 
Constructor Summary
protected PairingManagerImpl.TestServiceImpl(String _sid, PairingTestListener _listener)
           
 
Method Summary
 void cancel()
           
 String getErrorMessage()
           
 int getOutcome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairingManagerImpl.TestServiceImpl

protected PairingManagerImpl.TestServiceImpl(String _sid,
                                             PairingTestListener _listener)
Method Detail

getOutcome

public int getOutcome()
Specified by:
getOutcome in interface PairingTest

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface PairingTest

cancel

public void cancel()
Specified by:
cancel in interface PairingTest