Inheritance diagram for org.objectweb.joram.shared.client.JmsRequestGroup:


Public Member Functions | |
| JmsRequestGroup (AbstractJmsRequest[] ajr) | |
| final AbstractJmsRequest[] | getRequests () |
| JmsRequestGroup () | |
| void | toString (StringBuffer strbuf) |
| void | writeTo (OutputStream os) throws IOException |
| void | readFrom (InputStream is) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 37 of file JmsRequestGroup.java.
| org.objectweb.joram.shared.client.JmsRequestGroup.JmsRequestGroup | ( | ) |
Constructs a JmsRequestGroup instance.
Definition at line 58 of file JmsRequestGroup.java.
| void org.objectweb.joram.shared.client.JmsRequestGroup.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 |
Reimplemented from org.objectweb.joram.shared.client.AbstractJmsRequest.
Definition at line 76 of file JmsRequestGroup.java.
References org.objectweb.joram.shared.client.AbstractJmsRequest.writeTo().
Here is the call graph for this function:

| void org.objectweb.joram.shared.client.JmsRequestGroup.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 |
Reimplemented from org.objectweb.joram.shared.client.AbstractJmsRequest.
Definition at line 96 of file JmsRequestGroup.java.
References org.objectweb.joram.shared.client.AbstractJmsRequest.readFrom().
Here is the call graph for this function:

1.5.0