Uses of Class
logist.LogistSettings.TimeoutKey

Packages that use LogistSettings.TimeoutKey
logist   
 

Uses of LogistSettings.TimeoutKey in logist
 

Methods in logist that return LogistSettings.TimeoutKey
static LogistSettings.TimeoutKey LogistSettings.TimeoutKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogistSettings.TimeoutKey[] LogistSettings.TimeoutKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in logist with parameters of type LogistSettings.TimeoutKey
 long LogistSettings.get(LogistSettings.TimeoutKey key)
           
 void LogistSettings.set(LogistSettings.TimeoutKey key, long value)