com.tibco.rta
Interface RtaNotification

All Superinterfaces:
RtaAsyncMessage, java.io.Serializable

public interface RtaNotification
extends RtaAsyncMessage

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


Nested Class Summary
static class RtaNotification.Status
          An enumeration of status messages.
 
Method Summary
 RtaException getException()
          Get the associated exception if any.
 RtaNotification.Status getStatus()
          Get the associated status.
 
Methods inherited from interface com.tibco.rta.RtaAsyncMessage
getDataType, getProperties, getValue
 

Method Detail

getStatus

RtaNotification.Status getStatus()
Get the associated status.

Returns:
the associated status.

getException

RtaException getException()
Get the associated exception if any.

Returns:
the associated exception if any.


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