ibspan.tss.core.storage
Class ModelDescriptor

java.lang.Object
  extended by ibspan.tss.core.storage.ModelDescriptor

public class ModelDescriptor
extends Object


Field Summary
static String IN_DB_STORAGE
           
static String IN_MEMORY_STORAGE
           
static String INITIAL_CONTENT_FILE_KEY
           
static int MAX_IMPORTED_MODELS
           
static String MODEL_NAME_KEY
           
static String STORAGE_TYPE_KEY
           
 
Constructor Summary
ModelDescriptor(Properties conf)
           
 
Method Summary
 ConnectionDescriptor getConn()
           
 String getInitialContentURL()
           
 String getModelName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_NAME_KEY

public static final String MODEL_NAME_KEY
See Also:
Constant Field Values

INITIAL_CONTENT_FILE_KEY

public static final String INITIAL_CONTENT_FILE_KEY
See Also:
Constant Field Values

STORAGE_TYPE_KEY

public static final String STORAGE_TYPE_KEY
See Also:
Constant Field Values

IN_DB_STORAGE

public static final String IN_DB_STORAGE
See Also:
Constant Field Values

IN_MEMORY_STORAGE

public static final String IN_MEMORY_STORAGE
See Also:
Constant Field Values

MAX_IMPORTED_MODELS

public static final int MAX_IMPORTED_MODELS
See Also:
Constant Field Values
Constructor Detail

ModelDescriptor

public ModelDescriptor(Properties conf)
Method Detail

getConn

public ConnectionDescriptor getConn()

getInitialContentURL

public String getInitialContentURL()

getModelName

public String getModelName()