jpa.p1.sub
Class SubDatasetList
java.lang.Object
|
+--jpa.p1.sub.SubDatasetList
- public class SubDatasetList
- extends java.lang.Object
This class represents a single PlatformOne dataset list. It is implemented by the JPA
PlatformOne Subscription package, and is created in response to an invocation of
the createDatasetList method
in the Subscriber class.
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
watch
public void watch(SubDatasetListEvent event)
- This method watches the dataset list. The single argument is a reference to an
object in the application that implements the SubDatasetListEvent interface.
This is used to receive information on additions and deletions within the
dataset list.
cancel
public void cancel(SubDatasetListEvent event)
- This method cancels a watch on the dataset list.