public interface AbstractSyntaxSelectionPolicy
Implementations of this interface accept or reject Presentation Contexts from a list based on their Abstract Syntax.
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList |
applyAbstractSyntaxSelectionPolicy(java.util.LinkedList presentationContexts,
int debugLevel,
int associationNumber)
Accept or reject Abstract Syntaxes (SOP Classes).
|
java.util.LinkedList applyAbstractSyntaxSelectionPolicy(java.util.LinkedList presentationContexts,
int debugLevel,
int associationNumber)
presentationContexts - a java.util.LinkedList of PresentationContext objects,
each of which contains an Abstract Syntax (SOP Class UID)associationNumber - for debugging messagesdebugLevel - PresentationContext objects,
as supplied but with the result/reason field set to either "acceptance" or
"abstract syntax not supported (provider rejection)"