|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.informationsystem.collector.impl.xmlstorage.exist.State
public class State
The global state of an IC instance
| Field Summary | |
|---|---|
static java.util.List<GCUBEXMLResource> |
deletedResources
List of recently deleted resources. |
static java.lang.Thread |
schedulerT
Thread that periodically backups the XMLStorage |
static java.lang.Thread |
sweeperT
Thread that periodically sweeps the XMLStorage from expired resources |
| Constructor Summary | |
|---|---|
State()
|
|
| Method Summary | |
|---|---|
static void |
dispose()
Releases all the State resources |
static DataManager |
getDataManager()
|
static java.util.List<GCUBEXMLResource> |
getDeletedResources()
|
static QueryManager |
getQueryManager()
|
static void |
initialize()
Initializes the eXist DB connections using during the service life |
void |
printEnv()
Prints the enviromnet variables |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.Thread sweeperT
public static java.lang.Thread schedulerT
public static java.util.List<GCUBEXMLResource> deletedResources
| Constructor Detail |
|---|
public State()
| Method Detail |
|---|
public static void initialize()
throws java.lang.Exception
configuration - the RI configuration loaded from the JNDI resource
java.lang.Exception - if the intialization fails
public static void dispose()
throws java.lang.Exception
java.lang.Exception - if the shutdown failspublic static DataManager getDataManager()
public static QueryManager getQueryManager()
public static java.util.List<GCUBEXMLResource> getDeletedResources()
public void printEnv()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||