|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.nms.topodb.ManagedObject
|
+--com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
This class extends the ManagedObject class and it defines the properties of the Distributed Mediation Server registered with the CentralServer.
| Constructor Summary | |
RegionalServerInfo()
|
|
| Method Summary | |
java.lang.String |
getDnsName()
Returns the DNSName of the machine in which the Distributed Mediation Server is running. |
java.lang.String |
getIpAddress()
Returns the IpAddress of the machine in which the Distributed Mediation Server is running. |
long |
getLastUpdateTime()
Returns the time in seconds at which the Distributed Mediation Server last contacted the Central Server. |
java.lang.String |
getOsName()
Returns the Operating System of the machine in which the Distributed Mediation Server is running. |
java.util.Properties |
getProperties()
Returns all the properties of the RegionalServerInfo Object. |
long |
getReadInterval()
Returns the Read Interval, in seconds, which is configured in the Distributed Mediation Server. |
long |
getTimeDiff()
Returns the difference in time, in seconds, between the Central Server and the distributed mediation server. |
java.lang.String |
getTimeZone()
Returns the time zone to which the Distributed Mediation Server belongs |
long |
getUniqueID()
Returns the UniqueID of the Distributed Mediation Server with which it is registered with the Central Server. |
long |
getWriteInterval()
Returns the Write Interval, in seconds, which is configured in the Distributed Mediation Server. |
void |
setDnsName(java.lang.String dnsNameArg)
Sets the DNSName of the machine in which the Distributed Mediation Server is running. |
void |
setIpAddress(java.lang.String arg0)
Sets the IpAddress of the machine in which the Distributed Mediation Server is running. |
void |
setLastUpdateTime(long time)
Sets the time in seconds at which the Distributed Mediation Server last contacted the Central Server. |
void |
setOsName(java.lang.String osName)
Sets the Operation System of the machine in which the Distributed Mediation Server is running. |
void |
setProperties(java.util.Properties p)
Sets the properties of the RegionalServerInfo Object. |
void |
setReadInterval(long readInterval)
Sets the Read Interval in seconds, which is configured in the Distributed Mediation Server. |
void |
setTimeDiff(long arg0)
Sets the difference in time, in seconds, between the Central Server and the distributed mediation server. |
void |
setTimeZone(java.lang.String arg0)
Sets the Timezone of the Distributed Mediation Server. |
void |
setUniqueID(long uniqueIDArg)
Sets an UniqueID to the Distributed Mediation Server. |
void |
setWriteInterval(long writeInterval)
Sets the Write Interval in seconds, which is configured in the Distributed Mediation Server. |
| Methods inherited from class com.adventnet.nms.topodb.ManagedObject |
addChildrenKeys, addGroupMembers, addGroupNames, checkStatus_CT, checkStatus, clone, get, getChildrenKeys, getClassname, getDisplayName, getFailureCount, getFailureThreshold, getGroupMembers, getGroupNames, getIsContainer, getIsGroup, getKey, getKeyName, getLockId, getManaged, getName, getOwnerName, getParentKey, getPollInterval, getProperties_CT, getStatus_CT, getStatus, getStatus, getStatusChangeTime, getStatusColor, getStatusPollEnabled, getStatusUpdateTime, getTester, getTieRefHolder_ManagedObject, getType, getUClass, getUserProperties_CT, getUserProperties, getUserProperty, getUTest, getWebNMS, pollStatus, put, remove, removeChildrenKeys, removeGroupMembers, removeGroupNames, removeUserProperty, setChildrenKeys, setClassname, setDisplayName, setFailureCount, setFailureThreshold, setGroupMembers, setGroupNames, setIsContainer, setIsGroup, setLockId, setManaged, setName, setOwnerName, setParentKey, setPollInterval, setProperties_CT, setStatus, setStatusChangeTime, setStatusPollEnabled, setStatusUpdateTime, setTester, setType, setUClass, setUserProperty, setUTest, setWebNMS, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RegionalServerInfo()
| Method Detail |
public java.lang.String getTimeZone()
setTimeZone(String)public void setTimeZone(java.lang.String arg0)
arg0 - Timezone of the DMS.getTimeZone()public java.lang.String getIpAddress()
setIpAddress(String)public void setIpAddress(java.lang.String arg0)
arg0 - IpAddress of the DMS.getIpAddress()public java.lang.String getDnsName()
setDnsName(String)public void setDnsName(java.lang.String dnsNameArg)
dnsNameArg - DNSName of the DMS.getDnsName()public long getUniqueID()
setUniqueID(long)public void setUniqueID(long uniqueIDArg)
uniqueIDArg - UniqueID of the DMS.getUniqueID()public long getLastUpdateTime()
setLastUpdateTime(long)public void setLastUpdateTime(long time)
time - Time at which the DMS last contacted the Central Server.getLastUpdateTime()public long getTimeDiff()
setTimeDiff(long)public void setTimeDiff(long arg0)
arg0 - Time difference between the Central Server and the DMS.getTimeDiff()public java.lang.String getOsName()
setOsName(String)public void setOsName(java.lang.String osName)
osName - Operating System of the DMS.getOsName()public long getReadInterval()
setReadInterval(long)public void setReadInterval(long readInterval)
readInterval - Read Interval of the DMS.getReadInterval()public long getWriteInterval()
setWriteInterval(long)public void setWriteInterval(long writeInterval)
writeInterval - Write Interval of the DMS.getWriteInterval()public java.util.Properties getProperties()
getProperties in class com.adventnet.nms.topodb.ManagedObjectsetProperties(Properties)public void setProperties(java.util.Properties p)
setProperties in class com.adventnet.nms.topodb.ManagedObjectp - The properties that has to be set to the RegionalServerInfo Object.getProperties()
|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||