velosurf.standalone
Class Velosurf

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--velosurf.context.DBReference
                    |
                    +--velosurf.standalone.Velosurf
All Implemented Interfaces:
java.lang.Cloneable, DataAccessor, java.util.Map, java.io.Serializable

public class Velosurf
extends DBReference

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Fields inherited from class velosurf.context.DBReference
mCache, mDB, mExternalParams
 
Fields inherited from class java.util.HashMap
count, emptyHashIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
Velosurf()
           
 
Method Summary
protected  java.io.File findConfig()
           
protected  void init(java.io.File config)
           
protected  void initLogging()
           
 
Methods inherited from class velosurf.context.DBReference
deobfuscate, get, getError, init, obfuscate, put
 
Methods inherited from class java.util.HashMap
, capacity, clear, clone, containsKey, containsValue, entrySet, getHashIterator, isEmpty, keySet, loadFactor, putAll, readObject, rehash, remove, size, values, writeObject
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Velosurf

public Velosurf()
Method Detail

initLogging

protected void initLogging()

findConfig

protected java.io.File findConfig()
                           throws java.io.IOException

init

protected void init(java.io.File config)
             throws java.io.IOException,
                    java.sql.SQLException


ooOoo