public class UpdateMessage extends XMLMessage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UPDATE_MESSAGE_DOCNAME
The name of the root element.
|
static java.lang.String |
UPDATE_MESSAGE_DTD
The underlying DTD.
|
Constructor and Description |
---|
UpdateMessage()
Constructs an instance based on a given DTD.
|
UpdateMessage(java.lang.String version,
java.util.Properties props,
WebApplication[] updates,
java.util.Properties config)
Constructs a message instance based on the given update parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.util.Properties> |
getReleases()
Provides the number of update releases.
|
int |
getUpdateCount()
Provides the number of update releases.
|
canProcess, getAttribute, getAttributeValue, getContents, getDocument, getDTD, getElement, getElements, getElementValue, getEncoding, getIntFunctionResult, isArmed, isValid, printDocument, read, read, setEncoding, setFormat, write, write
public static final java.lang.String UPDATE_MESSAGE_DTD
public static final java.lang.String UPDATE_MESSAGE_DOCNAME
public UpdateMessage()
public UpdateMessage(java.lang.String version, java.util.Properties props, WebApplication[] updates, java.util.Properties config)
version
- Currently only "1.0"props
- The request parametersupdates
- Array with available updates, may be emptyconfig
- The optional config updates for the running applicationCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.