com.reuters.rc.db
Interface DbPubMsg

All Known Implementing Classes:
AdbMInstPubMsg

public interface DbPubMsg

This class represents a TibRv message published by an ADB-like agent.

Author:
Jawaid Hakim., Cavit Aydin (converted to an interface)

Method Summary
 DbPubMsgData getData()
          Get the published data.
 boolean isValid()
          Check if the object contains a valid result set.
 

Method Detail

isValid

public boolean isValid()
Check if the object contains a valid result set.
Returns:
true if the object contains a valid result set. Returns false if the object does not contain a valid result set.
See Also:
#getStatus()

getData

public DbPubMsgData getData()
                     throws DbSystemException
Get the published data.
See Also:
AdbMInstPubMsgData


Copyright © 2002-2003 Reuters. All Rights Reserved.