com.reuters.rc.db
Interface DbChildPubMsgData

All Known Implementing Classes:
AdbMInstChildPubMsgData

public interface DbChildPubMsgData

This interface represents the child table data of a TibRv message published by an ADB-like agent. It provides methods to extract the data from the TibRv message.

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

Method Summary
 java.lang.String getClassName()
          Get the child class name from which the update is published.
 DbPubMsgData getData(int idx)
          Get a specified child row data.
 int getIdx()
          Get the IDX of the child table data rows.
 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.

getData

public DbPubMsgData getData(int idx)
Get a specified child row data.
Parameters:
The - idx of the requested row.
Returns:
Specifiedlished child row data. Returns null if the specified child row data is not found.

getIdx

public int getIdx()
Get the IDX of the child table data rows.
Returns:
IDX of the child table data rows. Returns -1 if the IDX is not found.

getClassName

public java.lang.String getClassName()
                              throws DbSystemException
Get the child class name from which the update is published.
Returns:
Child table name. null is returned if the child class name is not found.


Copyright © 2002-2003 Reuters. All Rights Reserved.