org.jacorb.notification
public class StructuredEventMessage extends AbstractMessage
Version: $Id: StructuredEventMessage.java,v 1.23 2006/07/03 12:51:42 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| StructuredEventMessage(ORB orb) | |
| Method Summary | |
|---|---|
| void | doReset() |
| EvaluationResult | extractFilterableData(EvaluationContext context, ComponentName root, String name) |
| EvaluationResult | extractVariableHeader(EvaluationContext context, ComponentName root, String name) |
| 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 | setStructuredEvent(StructuredEvent structuredEvent, boolean startTimeSupported, boolean stopTimeSupported) |
| Any | toAny() |
| String | toString() |
| StructuredEvent | toStructuredEvent() |
| Property[] | toTypedEvent() |