velosurf.standalone
Class Velosurf

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by velosurf.context.DBReference
              extended by velosurf.standalone.Velosurf
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, DataAccessor

public class Velosurf
extends DBReference

See Also:
Serialized Form

Field Summary
 
Fields inherited from class velosurf.context.DBReference
mCache, mDB, mExternalParams
 
Constructor Summary
Velosurf()
           
Velosurf(java.io.File file)
           
Velosurf(java.io.InputStream config)
           
 
Method Summary
protected static java.io.InputStream findConfig()
           
protected  void init(java.io.InputStream configStream)
           
protected  void initLogging()
           
 
Methods inherited from class velosurf.context.DBReference
deobfuscate, get, getError, getSchema, 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()
         throws java.io.IOException,
                java.sql.SQLException
Throws:
java.io.IOException
java.sql.SQLException

Velosurf

public Velosurf(java.io.File file)
         throws java.io.IOException,
                java.sql.SQLException
Throws:
java.io.IOException
java.sql.SQLException

Velosurf

public Velosurf(java.io.InputStream config)
         throws java.io.IOException,
                java.sql.SQLException
Throws:
java.io.IOException
java.sql.SQLException
Method Detail

initLogging

protected void initLogging()

findConfig

protected static java.io.InputStream findConfig()
                                         throws java.io.IOException
Throws:
java.io.IOException

init

protected void init(java.io.InputStream configStream)
             throws java.sql.SQLException,
                    java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException


~ooOoo~