JML

net.sf.jml.message.p2p
Class DisplayPictureDuel

java.lang.Object
  extended by net.sf.jml.message.p2p.DisplayPictureDuel

public class DisplayPictureDuel
extends Object

Class that executes the work to send a required image.

Author:
Angel Barragán Chacón

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
DisplayPictureDuel(MsnSession session, MsnObject picture, DisplayPictureDuelManager duelManager)
           
 
Method Summary
 int getBaseId()
           
 int getDuelTimerStatus()
           
 MsnSession getSession()
           
 void process(MsnP2PMessage message, MsnContact contact)
           
 void processError()
           
 void start(MsnP2PSlpMessage message, MsnContact contact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final transient org.apache.commons.logging.Log log
Constructor Detail

DisplayPictureDuel

public DisplayPictureDuel(MsnSession session,
                          MsnObject picture,
                          DisplayPictureDuelManager duelManager)
Method Detail

getBaseId

public int getBaseId()

getSession

public MsnSession getSession()

processError

public void processError()

process

public void process(MsnP2PMessage message,
                    MsnContact contact)

start

public void start(MsnP2PSlpMessage message,
                  MsnContact contact)

getDuelTimerStatus

public int getDuelTimerStatus()

JML