com.tibco.rta
Interface RtaAsyncMessage

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
RtaCommand, RtaNotification

public interface RtaAsyncMessage
extends java.io.Serializable

An asynchronous notification object that sends server notifications like exceptions and certain life cycle events


Method Summary
 DataType getDataType(java.lang.String propertyName)
          Gets the data type of the given property.
 java.util.List<java.lang.String> getProperties()
          Gets a list of property names in this message.
 java.lang.Object getValue(java.lang.String property)
          Gets associated value
 

Method Detail

getProperties

java.util.List<java.lang.String> getProperties()
Gets a list of property names in this message.

Returns:

getValue

java.lang.Object getValue(java.lang.String property)
Gets associated value

Parameters:
property - property name for which value is desired.
Returns:
the associated value.

getDataType

DataType getDataType(java.lang.String propertyName)
Gets the data type of the given property.

Parameters:
propertyName - property name whose values data type is desired.
Returns:
the property values data type.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.