| Modifier and Type | Class and Description |
|---|---|
static class |
ISClient.ISMalformedQueryException
Exception raised when the query expression is not well-formed with respect to the language supported
by the underlying implementation of
ISClient. |
static class |
ISClient.ISMalformedResultException
Exception raised when the results of a query cannot be parsed by the implementation underlying
ISClient. |
static class |
ISClient.ISUnsupportedQueryException
Exception raised when the implementation
ISClient does not support a given query. |
| Modifier and Type | Method and Description |
|---|---|
<RESULT> List<RESULT> |
ISClient.execute(ISQuery<RESULT> query,
GCUBEScope scope)
Evaluates a query in a given scope and returns its results a local list.
|
<RESULT> ISInputStream<RESULT> |
ISClient.executeByRef(ISQuery<RESULT> query,
GCUBEScope scope)
Evaluates a query in a given scope and returns the
ISInputStream which contains its results. |
| Modifier and Type | Method and Description |
|---|---|
abstract <RESULT> List<RESULT> |
AbstractClient.execute(ISQuery<RESULT> query,
GCUBEScope scope)
Evaluates a query in a given scope and returns its results a local list.
|
abstract <RESULT> ISInputStream<RESULT> |
AbstractClient.executeByRef(ISQuery<RESULT> query,
GCUBEScope scope)
Implement to execute the query against the associated Information System in a given scope, and to return the locator of a resultset which contains the unparsed result serialisations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ISNotifierException
IS Notifier specific exception
|
| Modifier and Type | Class and Description |
|---|---|
class |
ISPublisherException
ISPublisher exception |
Copyright © 2015. All Rights Reserved.