| org.jacorb.notification.AbstractMessage org.jacorb.notification.StructuredEventMessage
StructuredEventMessage | public class StructuredEventMessage extends AbstractMessage (Code) | | Adapts a StructuredEvent to the Message Interface.
author: Alphonse Bendt version: $Id: StructuredEventMessage.java,v 1.23 2006/07/03 12:51:42 alphonse.bendt Exp $ |
StructuredEventMessage | public StructuredEventMessage(ORB orb)(Code) | | |
doReset | public void doReset()(Code) | | |
getConstraintKey | public synchronized String getConstraintKey()(Code) | | |
getPriority | public synchronized int getPriority()(Code) | | |
getStartTime | public synchronized long getStartTime()(Code) | | |
getStopTime | public synchronized long getStopTime()(Code) | | |
getTimeout | public synchronized long getTimeout()(Code) | | |
getType | public int getType()(Code) | | |
hasStartTime | public synchronized boolean hasStartTime()(Code) | | |
hasStopTime | public synchronized boolean hasStopTime()(Code) | | |
hasTimeout | public synchronized boolean hasTimeout()(Code) | | |
match | public boolean match(Filter filter) throws UnsupportedFilterableData(Code) | | |
match | public boolean match(MappingFilter filter, AnyHolder value) throws UnsupportedFilterableData(Code) | | |
setStructuredEvent | public synchronized void setStructuredEvent(StructuredEvent structuredEvent, boolean startTimeSupported, boolean stopTimeSupported)(Code) | | |
toStructuredEvent | public synchronized StructuredEvent toStructuredEvent()(Code) | | |
|
|