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


Public Member Functions | |
| boolean | getActivate () |
| ActivateConsumerRequest (String targetName, boolean activate) | |
| ActivateConsumerRequest () | |
| void | writeTo (OutputStream os) throws IOException |
| void | readFrom (InputStream is) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 32 of file ActivateConsumerRequest.java.
| org.objectweb.joram.shared.client.ActivateConsumerRequest.ActivateConsumerRequest | ( | ) |
Public no-arg constructor needed by Externalizable.
Definition at line 55 of file ActivateConsumerRequest.java.
| void org.objectweb.joram.shared.client.ActivateConsumerRequest.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 67 of file ActivateConsumerRequest.java.
| void org.objectweb.joram.shared.client.ActivateConsumerRequest.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 78 of file ActivateConsumerRequest.java.
1.5.0