com.citizen.jpos.request
Class TimeOutChecker

java.lang.Object
  extended by com.citizen.jpos.request.TimeOutChecker
All Implemented Interfaces:
java.lang.Runnable

public class TimeOutChecker
extends java.lang.Object
implements java.lang.Runnable

Status Read ½Ã TimeOut À¸·Î ÀÎÇÑ Application ÀÇ Hang À» ¹æÁö.

Author:
leesk

Constructor Summary
TimeOutChecker(byte[] buffer)
           
TimeOutChecker(byte[] buffer, long timeOut)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeOutChecker

public TimeOutChecker(byte[] buffer)

TimeOutChecker

public TimeOutChecker(byte[] buffer,
                      long timeOut)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable