org.jacorb.notification
public class AnyMessage extends AbstractMessage
Version: $Id: AnyMessage.java,v 1.16 2005/11/11 19:35:01 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| protected Any | anyValue_
the wrapped value |
| static int | DEFAULT_PRIORITY |
| protected StructuredEvent | structuredEventValue_
the wrapped Any converted to a StructuredEvent |
| static String | TYPE_NAME |
| Method Summary | |
|---|---|
| void | doReset() |
| EvaluationResult | extractFilterableData(EvaluationContext context, ComponentName root, String v) |
| EvaluationResult | extractVariableHeader(EvaluationContext context, ComponentName root, String v) |
| String | getConstraintKey() |
| int | getPriority() |
| long | getStartTime() |
| long | getStopTime() |
| long | getTimeout() |
| int | getType() |
| boolean | hasStartTime() |
| boolean | hasStopTime() |
| boolean | hasTimeout() |
| boolean | match(Filter filter) |
| boolean | match(MappingFilter filter, AnyHolder value) |
| void | setAny(Any any) |
| Any | toAny() |
| String | toString() |
| StructuredEvent | toStructuredEvent() |
| Property[] | toTypedEvent() |