|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcs.GcsSettings
public abstract class GcsSettings
In GcsSettings object all RestGroups settings are stored. Different implementations of group communication system should subclass GcsSettings and provide implementations according to their needs.
Constructor Summary | |
---|---|
GcsSettings()
|
Method Summary | |
---|---|
abstract 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 the unique name of a concrete group communication system implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcsSettings()
Method Detail |
---|
public static java.lang.String getKeyName()
public abstract void fromXml(org.jdom.Element settingsElement) throws GcsException
settingsElement
- the concrete group communication system implementation
GcsException
- if errors were encountered during setting up new environment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |