|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.sub.SubDataset
This class represents a single PlatformOne dataset. It is implemented by the JPA PlatformOne Subscription package, and is created in response to an invocation of the createDataset method in the Subscriber class.
| Method Summary | |
void |
cancel(SubDatasetEvent event)
This method cancels a watch on the dataset. |
SubRecord |
createRecord(java.lang.String name)
This method creates a new record object. |
SubRecordList |
createRecordList()
This method creates a new record list object. |
void |
deleteRecord(SubRecord record)
This method deletes a record object. |
void |
deleteRecordList(SubRecordList list)
This method deletes a record list object. |
protected void |
finalize()
|
java.lang.String |
getName()
This method returns the dataset name. |
void |
watch(SubDatasetEvent event)
This method watches the dataset state. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectpublic java.lang.String getName()
public void watch(SubDatasetEvent event)
public void cancel(SubDatasetEvent event)
public SubRecord createRecord(java.lang.String name)
public SubRecordList createRecordList()
public void deleteRecord(SubRecord record)
public void deleteRecordList(SubRecordList list)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||