|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlBlaster.engine.qos.DisconnectQosServer
public final class DisconnectQosServer
This class encapsulates the qos of a disconnect() invocation.
DisconnectQosSaxFactory,
disconnect interface| Field Summary | |
|---|---|
private DisconnectQosData |
disconnectQosData
|
private Global |
glob
|
| Constructor Summary | |
|---|---|
DisconnectQosServer(Global glob)
|
|
DisconnectQosServer(Global glob,
DisconnectQosData disconnectQosData)
|
|
DisconnectQosServer(Global glob,
java.lang.String xmlQos)
|
|
| Method Summary | |
|---|---|
boolean |
clearSessions()
Return true if we shall kill all other sessions of this user on logout (defaults to false). |
void |
clearSessions(boolean del)
|
boolean |
deleteSubjectQueue()
Return true if subject queue shall be deleted with last user session |
void |
deleteSubjectQueue(boolean del)
|
DisconnectQosData |
getData()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Global glob
private final DisconnectQosData disconnectQosData
| Constructor Detail |
|---|
public DisconnectQosServer(Global glob)
public DisconnectQosServer(Global glob,
DisconnectQosData disconnectQosData)
public DisconnectQosServer(Global glob,
java.lang.String xmlQos)
throws XmlBlasterException
XmlBlasterException| Method Detail |
|---|
public DisconnectQosData getData()
public boolean deleteSubjectQueue()
public void deleteSubjectQueue(boolean del)
true - if subject queue shall be deleted with last user session logoutpublic boolean clearSessions()
public void clearSessions(boolean del)
true - if we shall kill all other sessions of this user on logout (defaults to false).public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXml()
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||