config
Class Config.locator.Locator

java.lang.Object
  extended byconfig.Config.locator.Locator
Enclosing class:
Config.locator

public static class Config.locator.Locator
extends java.lang.Object


Constructor Summary
Config.locator.Locator()
           
 
Method Summary
static long getTimeout()
          returns the maximum timeout in milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config.locator.Locator

public Config.locator.Locator()
Method Detail

getTimeout

public static long getTimeout()
returns the maximum timeout in milliseconds. When a plugin is triggered for delivering of a PDF it has a maxium of time until the locator does not consider its PDFs any more. This is controled by this constant.

Returns:
the maximum timeout in milliseconds.