com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBuddyMessage
java.lang.Object
com.aelitis.azureus.plugins.net.buddy.BuddyPluginBuddyMessage
public class BuddyPluginBuddyMessage
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuddyPluginBuddyMessage
protected BuddyPluginBuddyMessage(BuddyPluginBuddyMessageHandler _handler,
int _id,
int _subsystem,
Map _request,
int _timeout,
long _create_time)
throws BuddyPluginException
- Throws:
BuddyPluginException
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()