velosurf.standalone
Class Velosurf

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byvelosurf.context.DBReference
              extended byvelosurf.standalone.Velosurf
All Implemented Interfaces:
java.lang.Cloneable, DataAccessor, java.util.Map, java.io.Serializable

public class Velosurf
extends DBReference

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class velosurf.context.DBReference
mCache, mDB, mExternalParams
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
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
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, 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
Throws:
java.io.IOException

init

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


ooOoo