|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.cache.ISRetriever
public class ISRetriever
Supporting class that provides some IS artifacts (mainly query objects).
Constructor Summary | |
---|---|
ISRetriever()
|
Method Summary | |
---|---|
protected static long |
getDefaultISQueryTimeoutPeriod()
Get the default IS query timeout |
static GCUBEGenericQuery |
getGenericQuery()
Get an IS generic query object |
protected static ISClient |
getISClient()
Get an ISClient instance |
static GCUBERIQuery |
getRIQuery()
Get an IS RIQuery query object |
static GCUBEServiceQuery |
getServiceQuery()
Get an IS ServiceQuery query object |
static WSResourceQuery |
getWSResourceQuery()
Get an IS WSResource query object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISRetriever()
Method Detail |
---|
protected static ISClient getISClient() throws java.lang.Exception
java.lang.Exception
- in case of errorpublic static GCUBEGenericQuery getGenericQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of error
java.lang.InstantiationException
- in case of error
java.lang.IllegalAccessException
- in case of error
java.lang.Exception
- in case of errorpublic static WSResourceQuery getWSResourceQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of error
java.lang.InstantiationException
- in case of error
java.lang.IllegalAccessException
- in case of error
java.lang.Exception
- in case of errorpublic static GCUBERIQuery getRIQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of error
java.lang.InstantiationException
- in case of error
java.lang.IllegalAccessException
- in case of error
java.lang.Exception
- in case of errorpublic static GCUBEServiceQuery getServiceQuery() throws ISUnsupportedQueryException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
ISUnsupportedQueryException
- in case of error
java.lang.InstantiationException
- in case of error
java.lang.IllegalAccessException
- in case of error
java.lang.Exception
- in case of errorprotected static long getDefaultISQueryTimeoutPeriod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |