|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICfgQuery<TT extends ICfgObject>
The base interface for all queries.
Method Summary | ||
---|---|---|
|
beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state)
Deprecated. |
|
|
endExecute(AsyncRequestResult<T> asyncResult)
Deprecated. |
|
|
execute(java.lang.Class<T> clazz)
Deprecated. |
|
|
executeSingleResult(java.lang.Class<T> clazz)
Deprecated. |
Method Detail |
---|
@Deprecated <T extends ICfgObject> java.util.Collection<T> execute(java.lang.Class<T> clazz) throws ConfigException, java.lang.InterruptedException
T
- The type of configuration object returnedclazz
- class used for generic matching
ConfigException
java.lang.InterruptedException
@Deprecated <T extends ICfgObject> AsyncRequestResult<T> beginExecute(java.lang.Class<T> clazz, Action<AsyncRequestResult<T>> callback, java.lang.Object state) throws ConfigException
clazz
- class used for generic matchingcallback
- The method to be called when query results are availablestate
- a user-defined object that qualifies or contains information about an asynchronous operation
ConfigException
@Deprecated <T extends ICfgObject> java.util.Collection<T> endExecute(AsyncRequestResult<T> asyncResult) throws ConfigException, java.lang.InterruptedException
asyncResult
- The IAsyncResult object used to track the current request
ConfigException
java.lang.InterruptedException
@Deprecated <T extends ICfgObject> T executeSingleResult(java.lang.Class<T> clazz) throws ConfigException
T
- the type of object returnedclazz
- class used for generic matching
ConfigException
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |