org.objectweb.joram.shared.client.QBrowseRequest Class Reference

Inherits org.objectweb.joram.shared.client.AbstractJmsRequest.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.shared.client.QBrowseRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setSelector (String selector)
String getSelector ()
 QBrowseRequest (String to, String selector)
 QBrowseRequest ()
void writeTo (OutputStream os) throws IOException
void readFrom (InputStream is) throws IOException

Protected Member Functions

int getClassId ()

Detailed Description

A QBrowseRequest instance is sent by a QueueBrowser when requesting an enumeration.

Definition at line 36 of file QBrowseRequest.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.client.QBrowseRequest.QBrowseRequest ( String  to,
String  selector 
)

Constructs a QBrowseRequest instance.

Parameters:
to Name of the queue to browse.
selector The selector for filtering messages, if any.

Definition at line 63 of file QBrowseRequest.java.

org.objectweb.joram.shared.client.QBrowseRequest.QBrowseRequest (  ) 

Constructs a QBrowseRequest instance.

Definition at line 71 of file QBrowseRequest.java.


Member Function Documentation

void org.objectweb.joram.shared.client.QBrowseRequest.setSelector ( String  selector  ) 

Sets the selector.

Definition at line 44 of file QBrowseRequest.java.

String org.objectweb.joram.shared.client.QBrowseRequest.getSelector (  ) 

Returns the selector for filtering the messages.

Definition at line 49 of file QBrowseRequest.java.

void org.objectweb.joram.shared.client.QBrowseRequest.writeTo ( OutputStream  os  )  throws IOException

The object implements the writeTo method to write its contents to the output stream.

Parameters:
os the stream to write the object to

Reimplemented from org.objectweb.joram.shared.client.AbstractJmsRequest.

Definition at line 83 of file QBrowseRequest.java.

void org.objectweb.joram.shared.client.QBrowseRequest.readFrom ( InputStream  is  )  throws IOException

The object implements the readFrom method to restore its contents from the input stream.

Parameters:
is the stream to read data from in order to restore the object

Reimplemented from org.objectweb.joram.shared.client.AbstractJmsRequest.

Definition at line 94 of file QBrowseRequest.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:21:02 2008 for joram by  doxygen 1.5.0