jpa.p1.sub
Class SubRecordList

java.lang.Object
  |
  +--jpa.p1.sub.SubRecordList

public class SubRecordList
extends java.lang.Object

This class represents a single PlatformOne record list. It is implemented by the JPA PlatformOne Subscription package, and is created in response to an invocation of the createRecordList method in the SubDataset class.


Method Summary
 void cancel(SubRecordListEvent event)
          This method cancels a watch on the record list.
protected  void finalize()
           
 void watch(SubRecordListEvent event)
          This method watches the record list.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object

watch

public void watch(SubRecordListEvent event)
This method watches the record list. The single argument is a reference to an object in the application that implements the SubRecordListEvent interface. This is used to receive information on additions and deletions within the record list.

cancel

public void cancel(SubRecordListEvent event)
This method cancels a watch on the record list.