org.gudy.azureus2.pluginsimpl.local.ipfilter
Class IPBannedImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.ipfilter.IPBannedImpl
All Implemented Interfaces:
IPBanned

public class IPBannedImpl
extends Object
implements IPBanned


Field Summary
protected  BannedIp banned
           
 
Constructor Summary
protected IPBannedImpl(BannedIp _blocked)
           
 
Method Summary
 String getBannedIP()
           
 long getBannedTime()
           
 String getBannedTorrentName()
          returns the torrent name the IP was banned by the user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

banned

protected BannedIp banned
Constructor Detail

IPBannedImpl

protected IPBannedImpl(BannedIp _blocked)
Method Detail

getBannedIP

public String getBannedIP()
Specified by:
getBannedIP in interface IPBanned

getBannedTorrentName

public String getBannedTorrentName()
Description copied from interface: IPBanned
returns the torrent name the IP was banned by the user

Specified by:
getBannedTorrentName in interface IPBanned
Returns:

getBannedTime

public long getBannedTime()
Specified by:
getBannedTime in interface IPBanned