com.adventnet.utils.agent
Interface TableEntry

All Known Subinterfaces:
AclEntryInterface, RowStatusHandlerInterface
All Known Implementing Classes:
FileTableEntry, NotificationLogEntry, NotificationVarbindEntry, SysOREntry, TrapForwardingEntry, VaclEntry, DynamicRegistrationEntry

public interface TableEntry

This interface is implemented by all User Classes which want to register with AgentTableModel.

See Also:
AgentTableModel

Method Summary
 int[] computeInstanceOID()
          This method is called whenever the instanceOID needs to be recomputed.
 int[] getInstanceOID()
          Getter for instance OID which identifies a TableEntry.
 void setInstanceOID(int[] instanceOID)
          Setter for instanceOID.
 

Method Detail

getInstanceOID

public int[] getInstanceOID()
Getter for instance OID which identifies a TableEntry.
Returns:
The instance oid of this entry.

setInstanceOID

public void setInstanceOID(int[] instanceOID)
Setter for instanceOID.
Parameters:
instanceOID - The Value of the InstanceaOOD to set.

computeInstanceOID

public int[] computeInstanceOID()
This method is called whenever the instanceOID needs to be recomputed.
Returns:
Instance OID of this entry.