|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationException | |
---|---|
org.jacorb.notification | |
org.jacorb.notification.filter | |
org.jacorb.notification.filter.etcl | |
org.jacorb.notification.filter.impl | |
org.jacorb.notification.interfaces |
Uses of EvaluationException in org.jacorb.notification |
---|
Methods in org.jacorb.notification that throw EvaluationException | |
EvaluationResult |
TypedEventMessage.extractFilterableData(EvaluationContext evaluationContext,
ComponentName componentName,
java.lang.String headerName)
|
EvaluationResult |
TypedEventMessage.extractVariableHeader(EvaluationContext evaluationContext,
ComponentName componentName,
java.lang.String headerName)
|
EvaluationResult |
StructuredEventMessage.extractFilterableData(EvaluationContext context,
ComponentName root,
java.lang.String name)
|
EvaluationResult |
StructuredEventMessage.extractVariableHeader(EvaluationContext context,
ComponentName root,
java.lang.String name)
|
EvaluationResult |
AbstractMessage.extractValue(EvaluationContext context,
ComponentName componentRootNode,
RuntimeVariable runtimeVariable)
|
abstract EvaluationResult |
AbstractMessage.extractFilterableData(EvaluationContext context,
ComponentName componentRootNode,
java.lang.String variable)
|
abstract EvaluationResult |
AbstractMessage.extractVariableHeader(EvaluationContext context,
ComponentName componentRootNode,
java.lang.String variable)
|
EvaluationResult |
AbstractMessage.extractValue(EvaluationContext evaluationContext,
ComponentName componentRootNode)
|
EvaluationResult |
AnyMessage.extractFilterableData(EvaluationContext context,
ComponentName root,
java.lang.String v)
|
EvaluationResult |
AnyMessage.extractVariableHeader(EvaluationContext context,
ComponentName root,
java.lang.String v)
|
Uses of EvaluationException in org.jacorb.notification.filter |
---|
Subclasses of EvaluationException in org.jacorb.notification.filter | |
class |
PropertyDoesNotExistException
|
Methods in org.jacorb.notification.filter that throw EvaluationException | |
EvaluationResult |
EvaluationContext.extractFromMessage(EvaluationResult evaluationResult,
ComponentName componentName,
RuntimeVariable runtimeVariable)
resolve the RuntimeVariable (e.g. |
EvaluationResult |
EvaluationContext.extractFromMessage(AbstractMessage message,
ComponentName componentName)
fetch the values denoted by the provided ComponentName out of the Message. |
int |
EvaluationResult.compareTo(EvaluationResult other)
|
boolean |
ETCLEvaluator.hasDefaultDiscriminator(Any any)
|
Any |
ETCLEvaluator.evaluateExistIdentifier(Any value,
java.lang.String identifier)
|
Any |
ETCLEvaluator.evaluateTypeName(Any value)
identify the unscoped IDL type name of a component. |
Any |
ETCLEvaluator.evaluateRepositoryId(Any value)
identify the RepositoryId of a component. |
Any |
ETCLEvaluator.evaluateListLength(Any value)
identify the number of elements of a component. if the parameter is a sequence or an array, this method will return the number of elements in the list. |
Any |
ETCLEvaluator.evaluateUnion(Any value)
extract the default member from Union wrapped inside the provided Any. |
Any |
ETCLEvaluator.evaluateUnion(Any value,
int position)
|
Any |
ETCLEvaluator.evaluateNamedValueList(Any any,
java.lang.String name)
extract a named value out of a sequence of name/value pairs. |
Any |
ETCLEvaluator.evaluateArrayIndex(Any any,
int index)
extract the n-th position out of an Array wrapped inside an Any. |
Any |
ETCLEvaluator.evaluateIdentifier(Any any,
int position)
|
Any |
ETCLEvaluator.evaluateDiscriminator(Any any)
|
EvaluationResult |
ETCLEvaluator.evaluateElementInSequence(EvaluationContext context,
EvaluationResult element,
Any sequence)
|
Any |
ETCLEvaluator.evaluateIdentifier(Any any,
java.lang.String identifier)
expensive |
EvaluationResult |
RuntimeVariable.evaluate(EvaluationContext c)
|
EvaluationResult |
FilterConstraint.evaluate(EvaluationContext evaluationContext,
Message event)
|
Uses of EvaluationException in org.jacorb.notification.filter.etcl |
---|
Uses of EvaluationException in org.jacorb.notification.filter.impl |
---|
Methods in org.jacorb.notification.filter.impl that throw EvaluationException | |
boolean |
DefaultETCLEvaluator.hasDefaultDiscriminator(Any any)
|
Any |
DefaultETCLEvaluator.evaluateExistIdentifier(Any value,
java.lang.String identifier)
|
Any |
DefaultETCLEvaluator.evaluateTypeName(Any value)
|
Any |
DefaultETCLEvaluator.evaluateRepositoryId(Any value)
|
Any |
DefaultETCLEvaluator.evaluateListLength(Any value)
|
Any |
DefaultETCLEvaluator.evaluateUnion(Any value)
|
Any |
DefaultETCLEvaluator.evaluateUnion(Any value,
int position)
|
Any |
DefaultETCLEvaluator.evaluateNamedValueList(Any any,
java.lang.String name)
|
Any |
DefaultETCLEvaluator.evaluateArrayIndex(Any any,
int index)
|
Any |
DefaultETCLEvaluator.evaluateIdentifier(Any any,
int position)
|
Any |
DefaultETCLEvaluator.evaluateDiscriminator(Any any)
|
EvaluationResult |
DefaultETCLEvaluator.evaluateElementInSequence(EvaluationContext context,
EvaluationResult element,
Any sequence)
|
Any |
DefaultETCLEvaluator.evaluateIdentifier(Any any,
java.lang.String identifier)
expensive |
Uses of EvaluationException in org.jacorb.notification.interfaces |
---|
Methods in org.jacorb.notification.interfaces that throw EvaluationException | |
EvaluationResult |
Message.extractValue(EvaluationContext context,
ComponentName componentRootNode,
RuntimeVariable runtimeVariable)
|
EvaluationResult |
Message.extractFilterableData(EvaluationContext context,
ComponentName componentRootNode,
java.lang.String variable)
|
EvaluationResult |
Message.extractVariableHeader(EvaluationContext context,
ComponentName componentRootNode,
java.lang.String variable)
|
EvaluationResult |
Message.extractValue(EvaluationContext evaluationContext,
ComponentName componentRootNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |