Inheritance diagram for org.objectweb.joram.shared.admin.UnsetFather:


Public Member Functions | |
| UnsetFather (String id) | |
| UnsetFather () | |
| String | getTopId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
UnsetFather instance is used for notifying a topic to unset its father.
Definition at line 36 of file UnsetFather.java.
| org.objectweb.joram.shared.admin.UnsetFather.UnsetFather | ( | String | id | ) |
Constructs an UnsetFather instance.
| id | Identifier of the topic which has father is unset. |
Definition at line 47 of file UnsetFather.java.
| String org.objectweb.joram.shared.admin.UnsetFather.getTopId | ( | ) |
Returns the identifier of the topic which father is unset.
Definition at line 54 of file UnsetFather.java.
| void org.objectweb.joram.shared.admin.UnsetFather.readFrom | ( | InputStream | is | ) | throws IOException |
The object implements the readFrom method to restore its contents from the input stream.
| is | the stream to read data from in order to restore the object |
Implements org.objectweb.joram.shared.stream.Streamable.
Definition at line 62 of file UnsetFather.java.
| void org.objectweb.joram.shared.admin.UnsetFather.writeTo | ( | OutputStream | os | ) | throws IOException |
The object implements the writeTo method to write its contents to the output stream.
| os | the stream to write the object to |
Implements org.objectweb.joram.shared.stream.Streamable.
Definition at line 66 of file UnsetFather.java.
1.5.0