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