|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xmlBlaster.client.qos.UnSubscribeQos
public final class UnSubscribeQos
This class encapsulates the QoS of an unSubcribe() request.
A full specified unSubcribe qos could look like this:<qos> </qos>see xmlBlaster/src/dtd/XmlQoS.xml
QueryQosData
,
QueryQosSaxFactory
,
unSubscribe interfaceField Summary | |
---|---|
private Global |
glob
|
private java.lang.String |
ME
|
private QueryQosData |
queryQosData
|
Constructor Summary | |
---|---|
UnSubscribeQos(Global glob)
Constructor for default qos (quality of service). |
|
UnSubscribeQos(Global glob,
QueryQosData queryQosData)
Constructor for internal use. |
Method Summary | |
---|---|
void |
addClientProperty(java.lang.String key,
java.lang.Object value)
Sets a client property (an application specific property) to the given value |
ClientProperty |
getClientProperty(java.lang.String key)
Read back a property. |
QueryQosData |
getData()
Access the wrapped data holder |
void |
setPersistent(boolean persistent)
Mark the unSubscribe request to be persistent. |
java.lang.String |
toString()
Converts the data into a valid XML ASCII string. |
java.lang.String |
toXml()
Converts the data into a valid XML ASCII string. |
java.lang.String |
toXml(java.util.Properties props)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String ME
private final Global glob
private final QueryQosData queryQosData
Constructor Detail |
---|
public UnSubscribeQos(Global glob)
public UnSubscribeQos(Global glob, QueryQosData queryQosData)
queryQosData
- The struct holding the dataMethod Detail |
---|
public QueryQosData getData()
public void setPersistent(boolean persistent)
NOTE: The request is only persistent in the client side queue if we are polling for xmlBlaster.
public void addClientProperty(java.lang.String key, java.lang.Object value)
key
- value
- public ClientProperty getClientProperty(java.lang.String key)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toXml()
public java.lang.String toXml(java.util.Properties props)
|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |