|
Joram 5.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsMessage
org.objectweb.joram.shared.client.AbstractJmsRequest
org.objectweb.joram.shared.client.QBrowseRequest
public final class QBrowseRequest
A QBrowseRequest instance is sent by a
QueueBrowser when requesting an enumeration.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
|---|
requestId, target |
| Constructor Summary | |
|---|---|
QBrowseRequest()
Constructs a QBrowseRequest instance. |
|
QBrowseRequest(java.lang.String to,
java.lang.String selector)
Constructs a QBrowseRequest instance. |
|
| Method Summary | |
|---|---|
protected int |
getClassId()
|
java.lang.String |
getSelector()
Returns the selector for filtering the messages. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
setSelector(java.lang.String selector)
Sets the selector. |
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
| Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
|---|
getRequestId, getTarget, setRequestId, setTarget, toString, toString |
| Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
|---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QBrowseRequest(java.lang.String to,
java.lang.String selector)
QBrowseRequest instance.
to - Name of the queue to browse.selector - The selector for filtering messages, if any.public QBrowseRequest()
QBrowseRequest instance.
| Method Detail |
|---|
public void setSelector(java.lang.String selector)
public java.lang.String getSelector()
protected int getClassId()
getClassId in class AbstractJmsMessage
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
writeTo in interface StreamablewriteTo in class AbstractJmsRequestos - the stream to write the object to
java.io.IOException
public void readFrom(java.io.InputStream is)
throws java.io.IOException
readFrom in interface StreamablereadFrom in class AbstractJmsRequestis - the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||