gcsImplementations.spreadGcs
Class SpreadGcsSettings

java.lang.Object
  extended by gcs.GcsSettings
      extended by gcsImplementations.spreadGcs.SpreadGcsSettings

public class SpreadGcsSettings
extends GcsSettings

Spread back-end implementation of the GcsSettings .

Author:
tkob
See Also:
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

SpreadGcsSettings

public SpreadGcsSettings()

SpreadGcsSettings

public SpreadGcsSettings(org.jdom.Element settingsElement)
                  throws SpreadGcsException
Throws:
SpreadGcsException
Method Detail

getKeyName

public static java.lang.String getKeyName()
Returns backends name.

Returns:
backends name

fromXml

public void fromXml(org.jdom.Element settingsElement)
             throws SpreadGcsException
Description copied from class: GcsSettings
Retrieves from settings XML file information concerning the concrete group communication system implementation.

Specified by:
fromXml in class GcsSettings
Parameters:
settingsElement - the concrete group communication system implementation
Throws:
SpreadGcsException

getSpreadAddress

public java.lang.String getSpreadAddress()
Returns Spread daemon address.

Returns:
Spread daemon address

getSpreadPort

public int getSpreadPort()
Returns Spread daemon port.

Returns:
Spread daemon port