com.jalios.jstore.jsync
Class DisjoinMessage
java.lang.Object
com.jalios.jstore.jsync.Message
com.jalios.jstore.jsync.DisjoinMessage
public class DisjoinMessage
- extends Message
This class represents a JSync JoinMessage. Example of JoinMessage
<?xml version='1.0' encoding='UTF-8'?>
<jsync version='1.0'>
<dijoin urid='r1' />
</jsync>
- Version:
- $Revision: 27753 $
- Author:
- Olivier Dedieu
|
Field Summary |
static java.lang.String |
REVISION
|
|
Constructor Summary |
DisjoinMessage(org.jdom.Element root)
Constructs a new DisjoinMessage from an XML element |
DisjoinMessage(java.lang.String urid)
Constructs a new DijoinMessage |
|
Method Summary |
java.lang.String |
toXml()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
DisjoinMessage
public DisjoinMessage(java.lang.String urid)
- Constructs a new DijoinMessage
- Parameters:
urid - the urid of the sender- Since:
- jcms-4.1
DisjoinMessage
public DisjoinMessage(org.jdom.Element root)
- Constructs a new DisjoinMessage from an XML element
- Parameters:
root - the root element (i.e. the <disjoin> tag)- Since:
- jcms-4.1
toXml
public java.lang.String toXml()
- Specified by:
toXml in class Message
- Returns:
- an XML representation of this message
- Since:
- jcms-4.1
Copyright © 2001-2010 Jalios SA. All Rights Reserved.