Package | Description |
---|---|
com.jalios.jstore.jsync |
Contains JSync core classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AckMessage
This class represents a JSync AckMessage.
|
class |
DisjoinMessage
This class represents a JSync JoinMessage.
|
class |
JoinMessage
This class represents a JSync JoinMessage.
|
class |
SuggestJoinMessage
This class represents a JSync JoinMessage.
|
class |
UpdateMessage
This class represents a JSync UpdateMessage.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.parse(java.lang.String xml)
Parse the given XML strings and builds the corresponding JSync message
|
static Message |
JSyncUtil.readMessage(java.io.InputStream in)
Read and parse a Message
|
static Message |
JSyncUtil.readMessage(java.lang.String responseBody)
Read and parse a Message
|
Modifier and Type | Method and Description |
---|---|
boolean |
JSyncReplica.processMessage(java.io.OutputStream out,
Message msg)
Dispatches on the right method to process the given message
|
static AckMessage |
JSyncUtil.sendMessage(java.lang.String url,
Message msg)
Send a message
|
static void |
JSyncUtil.writeMessage(java.io.OutputStream out,
Message msg)
Write a Message
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.