mx.udlap.kjGateway
Class AckCycleThread

java.lang.Object
  extended byjava.lang.Thread
      extended bymx.udlap.kjGateway.AckCycleThread
All Implemented Interfaces:
java.lang.Runnable

public class AckCycleThread
extends java.lang.Thread


Field Summary
static java.lang.String prop_acknowledgementCycleRate
           
static java.lang.String prop_waitForAckTTL
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AckCycleThread(KjWritingThread outWriting, long frecuency)
           
 
Method Summary
 void confirmAck(AckMessage ackMessage)
           
 long getAckTTL()
           
 void halt()
           
 boolean isHalted()
           
 void run()
           
 void setAckTTL(long ackTTL)
           
 void waitAck(SMSPacketMessage smsPacketMessage)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prop_waitForAckTTL

public static final java.lang.String prop_waitForAckTTL
See Also:
Constant Field Values

prop_acknowledgementCycleRate

public static final java.lang.String prop_acknowledgementCycleRate
See Also:
Constant Field Values
Constructor Detail

AckCycleThread

public AckCycleThread(KjWritingThread outWriting,
                      long frecuency)
Method Detail

confirmAck

public void confirmAck(AckMessage ackMessage)

waitAck

public void waitAck(SMSPacketMessage smsPacketMessage)

setAckTTL

public void setAckTTL(long ackTTL)

getAckTTL

public long getAckTTL()

halt

public void halt()

isHalted

public boolean isHalted()

run

public void run()