Uses of Class
org.jacorb.notification.AbstractMessage

Packages that use AbstractMessage
org.jacorb.notification   
org.jacorb.notification.filter   
 

Uses of AbstractMessage in org.jacorb.notification
 

Subclasses of AbstractMessage in org.jacorb.notification
 class AnyMessage
           
 class StructuredEventMessage
          Adapts a StructuredEvent to the Message Interface.
 class TypedEventMessage
           
 

Uses of AbstractMessage in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter with parameters of type AbstractMessage
 EvaluationResult EvaluationContext.extractFromMessage(AbstractMessage message, ComponentName componentName)
          fetch the values denoted by the provided ComponentName out of the Message.