blueme.messenger.kernel
Class SetProfileTicket

java.lang.Object
  extended by blueme.messenger.kernel.SetProfileTicket
All Implemented Interfaces:
iSynchTicket

public class SetProfileTicket
extends java.lang.Object
implements iSynchTicket


Field Summary
 
Fields inherited from interface blueme.messenger.kernel.iSynchTicket
TTL
 
Constructor Summary
SetProfileTicket(iProfile profile)
          Creates a new instance of SetProfileTicket
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean run()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetProfileTicket

public SetProfileTicket(iProfile profile)
Creates a new instance of SetProfileTicket

Method Detail

run

public boolean run()
Specified by:
run in interface iSynchTicket

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object