jpa.p1.pub
Class PubDatasetList

java.lang.Object
  |
  +--jpa.p1.pub.PubDatasetList

public class PubDatasetList
extends java.lang.Object

This class represents a single PlatformOne dataset list. It is implemented by the JPA PlatformOne Publishing package, and is accessed via an invocation of the getDatasetList method in the Publisher class.


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

Method Detail

watch

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

cancel

public void cancel(PubDatasetListEvent event)
This method cancels a watch on the dataset list.