public class BasicQuery extends Object implements Query
| Modifier and Type | Field and Description |
|---|---|
protected Association |
as |
protected boolean |
canceled |
protected Attributes |
keys |
protected boolean |
optionalKeysNotSupported |
protected Presentation |
pc |
protected Attributes |
rq |
| Constructor and Description |
|---|
BasicQuery(Association as,
Presentation pc,
Attributes rq,
Attributes keys) |
| Modifier and Type | Method and Description |
|---|---|
protected Attributes |
adjust(Attributes match) |
protected void |
close() |
protected boolean |
hasMoreMatches() |
boolean |
isOptionalKeysNotSupported() |
protected Attributes |
nextMatch() |
void |
onCancelRQ(Association as) |
void |
run() |
void |
setOptionalKeysNotSupported(boolean optionalKeysNotSupported) |
protected final Association as
protected final Presentation pc
protected final Attributes rq
protected final Attributes keys
protected volatile boolean canceled
protected boolean optionalKeysNotSupported
public BasicQuery(Association as, Presentation pc, Attributes rq, Attributes keys)
public boolean isOptionalKeysNotSupported()
public void setOptionalKeysNotSupported(boolean optionalKeysNotSupported)
public void onCancelRQ(Association as)
onCancelRQ in interface CancelRQHandlerprotected void close()
protected Attributes nextMatch() throws ImageException
ImageExceptionprotected boolean hasMoreMatches()
throws ImageException
ImageExceptionprotected Attributes adjust(Attributes match)
Copyright © 2020. All rights reserved.