|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectgcsImplementations.spreadGcs.SpreadGcsFactory
public class SpreadGcsFactory
Spread back-end implementation of the GcsFactory.
GcsFactory| Constructor Summary | |
|---|---|
SpreadGcsFactory()
|
|
| Method Summary | |
|---|---|
GcsConnection |
createGcsConnection()
Returns a concrete implementation of GcsConnection. |
GcsException |
createGcsException()
Returns a concrete implementation of GcsException. |
GcsException |
createGcsException(java.lang.String message)
Returns a concrete implementation of GcsException. |
GcsException |
createGcsException(java.lang.String message,
java.lang.Throwable cause)
Returns a certain implementation of GcsException. |
GcsGroup |
createGcsGroup()
Returns a concrete implementation of GcsGroup. |
GcsGroupID |
createGcsGroupID()
Returns a concrete implementation of GcsGroupID. |
GcsMembershipInfo |
createGcsMembershipInfo()
Returns a concrete implementation of GcsMembershipInfo . |
GcsMessage |
createGcsMessage()
Returns a concrete implementation of GcsMessage. |
GcsMessageFactory |
createGcsMessageFactory(GcsMessage message)
Returns a concrete implementation of GcsMessageFactory . |
GcsMessageListener |
createGcsMessageListener(ProfileEntity mySessionReference)
Returns a concrete implementation of GcsMessageListener. |
GcsVersion |
createGcsVersion()
Returns a concrete implementation of GcsVersion. |
GcsSettings |
readSettings(org.jdom.Element settingsElement)
Used for reading settings concerning 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 SpreadGcsFactory()
| Method Detail |
|---|
public GcsConnection createGcsConnection()
GcsFactoryGcsConnection.
createGcsConnection in interface GcsFactoryGcsConnection objectGcsConnectionpublic GcsException createGcsException()
GcsFactoryGcsException.
createGcsException in interface GcsFactoryGcsException objectGcsExceptionpublic GcsException createGcsException(java.lang.String message)
GcsFactoryGcsException.
createGcsException in interface GcsFactoryGcsException objectGcsException
public GcsException createGcsException(java.lang.String message,
java.lang.Throwable cause)
GcsFactoryGcsException.
createGcsException in interface GcsFactoryGcsException objectGcsExceptionpublic GcsGroup createGcsGroup()
GcsFactoryGcsGroup.
createGcsGroup in interface GcsFactoryGcsGroup objectGcsGrouppublic GcsGroupID createGcsGroupID()
GcsFactoryGcsGroupID.
createGcsGroupID in interface GcsFactoryGcsGroupID objectGcsGroupIDpublic GcsMembershipInfo createGcsMembershipInfo()
GcsFactoryGcsMembershipInfo .
createGcsMembershipInfo in interface GcsFactoryGcsMembershipInfo objectGcsMembershipInfopublic GcsMessage createGcsMessage()
GcsFactoryGcsMessage.
createGcsMessage in interface GcsFactoryGcsMessage objectGcsMessagepublic GcsMessageFactory createGcsMessageFactory(GcsMessage message)
GcsFactoryGcsMessageFactory .
createGcsMessageFactory in interface GcsFactoryGcsMessageFactory objectGcsMessageFactorypublic GcsMessageListener createGcsMessageListener(ProfileEntity mySessionReference)
GcsFactoryGcsMessageListener.
createGcsMessageListener in interface GcsFactoryGcsMessageListener objectGcsMessageListenerpublic GcsVersion createGcsVersion()
GcsFactoryGcsVersion.
createGcsVersion in interface GcsFactoryGcsVersion objectGcsVersion
public GcsSettings readSettings(org.jdom.Element settingsElement)
throws GcsException
GcsFactoryGcsSettings
object.
readSettings in interface GcsFactorysettingsElement - a XML section concerning concrete group communication system
implementation
GcsSettings object
GcsException - if problems were encountered during reading the XML file or
creating GcsSetting object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||