msi.web.application
Class LPCodesUpdate

java.lang.Object
  extended byjava.util.TimerTask
      extended bymsi.web.application.LPCodesUpdate
All Implemented Interfaces:
java.lang.Runnable

public class LPCodesUpdate
extends java.util.TimerTask

The actual object called to get leasepak codes.

Author:
Joseph Acosta

Method Summary
static LPCodesUpdate getInstance()
          You never call the object directly you just get an instance of it.
 void run()
          What to do on timer event.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LPCodesUpdate getInstance()
You never call the object directly you just get an instance of it. Its called lazy instantiation.


run

public void run()
What to do on timer event.