com.aelitis.azureus.core.peermanager.uploadslots
Class UploadSlot

java.lang.Object
  extended by com.aelitis.azureus.core.peermanager.uploadslots.UploadSlot

public class UploadSlot
extends Object


Field Summary
protected static int TYPE_NORMAL
           
protected static int TYPE_OPTIMISTIC
           
 
Constructor Summary
protected UploadSlot(int _slot_type)
           
 
Method Summary
protected  long getExpireRound()
           
protected  UploadSession getSession()
           
protected  int getSlotType()
           
protected  void setExpireRound(long round)
           
protected  void setSession(UploadSession _session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NORMAL

protected static final int TYPE_NORMAL
See Also:
Constant Field Values

TYPE_OPTIMISTIC

protected static final int TYPE_OPTIMISTIC
See Also:
Constant Field Values
Constructor Detail

UploadSlot

protected UploadSlot(int _slot_type)
Method Detail

getSlotType

protected int getSlotType()

setSession

protected void setSession(UploadSession _session)

getSession

protected UploadSession getSession()

setExpireRound

protected void setExpireRound(long round)

getExpireRound

protected long getExpireRound()