|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.ConfServerContext
Method Summary | |
int |
getBackupDbid()
Get dbid of the Backup Configuration Server. |
int |
getDbid()
Get dbid of the Primary Configuration Server. |
java.lang.String |
getDescription()
Contains a description of the protocol's context. |
int |
getLastUpdateId()
LastUpdateId property gets value of the latest object update received by the protocol. |
java.lang.String |
getProtocolVersion()
ProtocolVersion property provides Protocol Version that is used for communication with Configuration Server. |
void |
getSchema(javax.xml.transform.Result result)
Generate configuration protocol schema. |
org.w3c.dom.Document |
getServerOptionsDescription()
ServerOptionsDescription property gets Server Options Description. |
com.genesyslab.platform.configuration.protocol.runtime.binding.ServerSchema |
getServerSchema()
Schema property provides XmlSchema description of Configuration Server objects. |
java.lang.String |
getServerVersion()
Configuration server the protocol is connected to. |
int |
getSessionId()
SessionId property gets session value. |
boolean |
isSessionRestored()
IsSessionRestored property indicates if session is restored. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getServerVersion()
getProtocolVersion()
.
ServerVersion is initialized during opening the protocol. Always null if the protocol is closed.
public java.lang.String getProtocolVersion()
public java.lang.String getDescription()
public com.genesyslab.platform.configuration.protocol.runtime.binding.ServerSchema getServerSchema()
public boolean isSessionRestored()
ConfServerProtocol.getUseSession()
public int getSessionId()
ConfServerProtocol.getUseSession()
,
isSessionRestored()
,
getLastUpdateId()
public int getLastUpdateId()
ConfServerProtocol.getUseSession()
,
isSessionRestored()
,
getSessionId()
public void getSchema(javax.xml.transform.Result result) throws javax.xml.transform.TransformerException
result
- transformation result document to generate schema into
javax.xml.transform.TransformerException
- document generation errorpublic int getDbid()
public int getBackupDbid()
public org.w3c.dom.Document getServerOptionsDescription() throws ProtocolException, javax.xml.parsers.ParserConfigurationException, javax.xml.transform.TransformerException
ProtocolException
- exception while requesting description from the server or parsing xml data
javax.xml.parsers.ParserConfigurationException
- exception on creation of XML structure
javax.xml.transform.TransformerException
- exception while parsing XML description data
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |