|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jdo.impl.fostore.SubclassSet
public class SubclassSet
Represents a set of CLIDs of subclasses of a given class.
This class is public so that it can be used as a
Streamable and stored in the database.
| Constructor Summary | |
|---|---|
SubclassSet()
|
|
| Method Summary | |
|---|---|
void |
read(java.io.InputStream is)
Initialize this SubclassSet from the given stream. |
void |
write(java.io.OutputStream os)
Write this SubclassSet to the given stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubclassSet()
| Method Detail |
|---|
public void write(java.io.OutputStream os)
throws org.netbeans.mdr.persistence.StorageException
write in interface org.netbeans.mdr.persistence.Streamableorg.netbeans.mdr.persistence.StorageException
public void read(java.io.InputStream is)
throws org.netbeans.mdr.persistence.StorageException
read in interface org.netbeans.mdr.persistence.Streamableorg.netbeans.mdr.persistence.StorageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||