com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBuddyMessage

java.lang.Object
  extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginBuddyMessage

public class BuddyPluginBuddyMessage
extends Object


Constructor Summary
protected BuddyPluginBuddyMessage(BuddyPluginBuddyMessageHandler _handler, int _id, int _subsystem, Map _request, int _timeout, long _create_time)
           
 
Method Summary
 void delete()
           
 BuddyPluginBuddy getBuddy()
           
protected  long getCreateTime()
           
 int getID()
           
protected  Map getReply()
          Only available for pending-success messages, so don't make public
 Map getRequest()
           
 int getSubsystem()
           
protected  int getTimeout()
           
 boolean isDeleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyPluginBuddyMessage

protected BuddyPluginBuddyMessage(BuddyPluginBuddyMessageHandler _handler,
                                  int _id,
                                  int _subsystem,
                                  Map _request,
                                  int _timeout,
                                  long _create_time)
                           throws BuddyPluginException
Throws:
BuddyPluginException
Method Detail

getBuddy

public BuddyPluginBuddy getBuddy()

getID

public int getID()

getSubsystem

public int getSubsystem()

getRequest

public Map getRequest()
               throws BuddyPluginException
Throws:
BuddyPluginException

getReply

protected Map getReply()
                throws BuddyPluginException
Only available for pending-success messages, so don't make public

Returns:
Throws:
BuddyPluginException

getTimeout

protected int getTimeout()

getCreateTime

protected long getCreateTime()

delete

public void delete()

isDeleted

public boolean isDeleted()