| Interface | Description |
|---|---|
| Query |
EJB Remote interface for the WebSphere dynamic ejb query service.
|
| QueryHome |
EJB Home interface for WebSphere dynamic ejb query service
|
| QueryLocal |
EJB Local interface for the WebSphere dynamic ejb query service.
|
| QueryLocalHome |
EJB Local Home interface for WebSphere dynamic ejb query service
|
| Class | Description |
|---|---|
| IQueryTuple |
A record of values returned by the SELECT clause of the ejb query.
|
| QueryIterator |
Iterator over a collection of IQueryTuple objects.
|
| QueryLocalIterator |
Iterator over a collection of IQueryTuple objects.
|
| Exception | Description |
|---|---|
| QueryException |
QueryException reports errors from WebSphere dynamic ejb query service.
|