com.wm.app.tn.db
Class Embedded

java.lang.Object
  extended by com.wm.app.tn.db.Embedded

public class Embedded
extends java.lang.Object


Constructor Summary
Embedded()
           
 
Method Summary
static void fill_caches()
           
static java.io.File getCSHome(java.io.File srv_dir)
           
static void init()
           
static void init(java.io.File srv_dir)
           
static void init(java.lang.String srv_dir)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Embedded

public Embedded()
Method Detail

init

public static void init()

init

public static void init(java.lang.String srv_dir)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getCSHome

public static java.io.File getCSHome(java.io.File srv_dir)

init

public static void init(java.io.File srv_dir)
                 throws java.lang.Exception
Throws:
java.lang.Exception

fill_caches

public static void fill_caches()
                        throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

public static void shutdown()