public interface IDfServerMap extends IDfTypedObject
Modifier and Type | Method and Description |
---|---|
int |
getClientProximity(int index)
Indicates how far the server is from the client.
|
java.lang.String |
getConnectionAddress(int index)
This method returns the value of the i_server_connection_address repeating attribute of the
server locator object at the specified index.
|
java.lang.String |
getConnectionAddress6(int index)
This method returns the value of the i_server_connection_addressv6 repeating attribute of the
server locator object at the specified index.
|
java.lang.String |
getConnectionProtocol(int index)
This method returns the value of the i_connection_protocol repeating attribute of the
server locator object at the specified index.
|
int |
getDocbaseId()
Returns the Docbase ID.
|
java.lang.String |
getDocbrokerHostAddress(int index)
Returns IP address of the host machine on which the responding connection broker resides.
|
java.lang.String |
getDocbrokerHostName(int index)
Returns Name of the host machine on which the responding connection broker resides.
|
int |
getDocbrokerPortNumber(int index)
Returns Port number of the port on the host machine that the connection broker is using for communications.
|
java.lang.String |
getDocbrokerVersion(int index)
Returns Version number of the responding connection broker.
|
java.lang.String |
getDormancyStatus(int index)
Returns the status of the server at the specified index.
|
java.lang.String |
getHostName(int index)
Returns the name of the host machine where the Server resides.
|
int |
getKeepEntryInterval(int index)
Determines how long the connection broker will keep the server�s entry in the absence of a checkpoint message
from the server.
|
IDfTime |
getLastCheckpoint(int index)
Returns the time that the server last reported to the connection broker.
|
java.lang.String |
getLastStatus(int index)
Returns the status of the Server process.
|
java.lang.String |
getLogonSupport(int index)
Returns Type of logon (Will be NT_Unified_logon for servers running under Windows)
This method returns the value of the i_logon_support repeating attribute of the
server locator object at the specified index.
|
IDfTime |
getNextCheckpoint(int index)
Returns the time that the server is next expected to report to the connection broker.
|
int |
getProcessId(int index)
Returns the Process ID of the Server.
|
int |
getServerCount()
Returns the DocbaseServer count.
|
java.lang.String |
getServerName(int index)
Returns the name of the Docbase Server.
|
java.lang.String |
getServerVersion(int index)
Returns the version number of the Server.
|
boolean |
getSilentLogin(int index)
This method returns the value of the a_silent_login attribute
of the server locator object at the specified index.
|
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
int getDocbaseId()
int getServerCount()
boolean getSilentLogin(int index)
java.lang.String getServerName(int index)
java.lang.String getHostName(int index)
java.lang.String getServerVersion(int index)
int getProcessId(int index)
java.lang.String getLastStatus(int index)
IDfTime getLastCheckpoint(int index)
IDfTime getNextCheckpoint(int index)
int getClientProximity(int index)
int getKeepEntryInterval(int index)
java.lang.String getConnectionProtocol(int index)
java.lang.String getConnectionAddress(int index)
java.lang.String getConnectionAddress6(int index)
java.lang.String getLogonSupport(int index)
java.lang.String getDocbrokerVersion(int index)
java.lang.String getDocbrokerHostName(int index)
java.lang.String getDocbrokerHostAddress(int index)
int getDocbrokerPortNumber(int index)
java.lang.String getDormancyStatus(int index)
index
- The index into the servermap from which the value has to be picked upCopyright 1994-2023 OpenText Corporation. All rights reserved.