|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcs.GcsSettings
gcsImplementations.spreadGcs.SpreadGcsSettings
public class SpreadGcsSettings
Spread back-end implementation of the GcsSettings
.
GcsSettings
Constructor Summary | |
---|---|
SpreadGcsSettings()
|
|
SpreadGcsSettings(org.jdom.Element settingsElement)
|
Method Summary | |
---|---|
void |
fromXml(org.jdom.Element settingsElement)
Retrieves from settings XML file information concerning the concrete group communication system implementation. |
static java.lang.String |
getKeyName()
Returns backends name. |
java.lang.String |
getSpreadAddress()
Returns Spread daemon address. |
int |
getSpreadPort()
Returns Spread daemon port. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpreadGcsSettings()
public SpreadGcsSettings(org.jdom.Element settingsElement) throws SpreadGcsException
SpreadGcsException
Method Detail |
---|
public static java.lang.String getKeyName()
public void fromXml(org.jdom.Element settingsElement) throws SpreadGcsException
GcsSettings
fromXml
in class GcsSettings
settingsElement
- the concrete group communication system implementation
SpreadGcsException
public java.lang.String getSpreadAddress()
public int getSpreadPort()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |