| org.jacorb.notification.AbstractMessage org.jacorb.notification.AnyMessage
AnyMessage | public class AnyMessage extends AbstractMessage (Code) | | author: Alphonse Bendt version: $Id: AnyMessage.java,v 1.16 2005/11/11 19:35:01 alphonse.bendt Exp $ |
DEFAULT_PRIORITY | final public static int DEFAULT_PRIORITY(Code) | | |
anyValue_ | protected Any anyValue_(Code) | | the wrapped value
|
structuredEventValue_ | protected StructuredEvent structuredEventValue_(Code) | | the wrapped Any converted to a StructuredEvent
|
doReset | public void doReset()(Code) | | |
getPriority | public int getPriority()(Code) | | |
getStartTime | public long getStartTime()(Code) | | |
getStopTime | public long getStopTime()(Code) | | |
getTimeout | public long getTimeout()(Code) | | |
getType | public int getType()(Code) | | |
hasStartTime | public boolean hasStartTime()(Code) | | |
hasStopTime | public boolean hasStopTime()(Code) | | |
hasTimeout | public boolean hasTimeout()(Code) | | |
match | public boolean match(Filter filter) throws UnsupportedFilterableData(Code) | | |
match | public boolean match(MappingFilter filter, AnyHolder value) throws UnsupportedFilterableData(Code) | | |
setAny | public synchronized void setAny(Any any)(Code) | | |
toStructuredEvent | public synchronized StructuredEvent toStructuredEvent()(Code) | | |
|
|