Uses of Interface
org.jacorb.notification.filter.RuntimeVariable

Packages that use RuntimeVariable
org.jacorb.notification   
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.jacorb.notification.interfaces   
 

Uses of RuntimeVariable in org.jacorb.notification
 

Methods in org.jacorb.notification with parameters of type RuntimeVariable
 EvaluationResult AbstractMessage.extractValue(EvaluationContext context, ComponentName componentRootNode, RuntimeVariable runtimeVariable)
           
 

Uses of RuntimeVariable in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter with parameters of type RuntimeVariable
 EvaluationResult EvaluationContext.extractFromMessage(EvaluationResult evaluationResult, ComponentName componentName, RuntimeVariable runtimeVariable)
          resolve the RuntimeVariable (e.g.
 

Uses of RuntimeVariable in org.jacorb.notification.filter.etcl
 

Classes in org.jacorb.notification.filter.etcl that implement RuntimeVariable
 class RuntimeVariableNode
           
 

Uses of RuntimeVariable in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces with parameters of type RuntimeVariable
 EvaluationResult Message.extractValue(EvaluationContext context, ComponentName componentRootNode, RuntimeVariable runtimeVariable)