XmlSerializable
, IStatisticState
, IStatisticStatus
, Printable
DnStatusEx
public class DnStatus extends java.lang.Object implements IStatisticStatus
DN
in the Genesys Configuration Layer.
Details may be found here -
Object Statuses
or Regular DN Status
in the Stat Server User's Guide.DnActions
Constructor | Description |
---|---|
DnStatus() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
int |
getActionCount() |
Current number of actions on DN.
|
DnActionCollection |
getActions() |
Current number of actions on DN.
|
java.lang.String |
getDnId() |
Login ID for Aspect Switch; DN ID in CME for all other types of switches.
|
int |
getGswDnTypes() |
GSW DN types.
|
StatisticObjectType |
getObjectType() |
|
java.lang.String |
getRealDn() |
DN ID for all types of switches.
|
int |
getStatus() |
Current DN status.
|
java.lang.String |
getSwitchId() |
Switch ID in CME.
|
long |
getTime() |
Time when this status became active.
|
int |
hashCode() |
|
void |
setActions(DnActionCollection actions) |
|
void |
setDnId(java.lang.String dnId) |
|
void |
setGswDnTypes(int gswDnTypes) |
|
void |
setObjectType(StatisticObjectType objectType) |
|
void |
setRealDn(java.lang.String sRealDN) |
|
void |
setStatus(int dnStatus) |
|
void |
setSwitchId(java.lang.String switchId) |
|
void |
setTime(int timeActive) |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int indent) |
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util) |
public DnActionCollection getActions()
public java.lang.String getDnId()
public java.lang.String getSwitchId()
public int getGswDnTypes()
public int getStatus()
public long getTime()
public java.lang.String getRealDn()
public int getActionCount()
public StatisticObjectType getObjectType()
getObjectType
in interface IStatisticState
public void setObjectType(StatisticObjectType objectType)
public void setDnId(java.lang.String dnId)
public void setSwitchId(java.lang.String switchId)
public void setGswDnTypes(int gswDnTypes)
public void setStatus(int dnStatus)
public void setTime(int timeActive)
public void setRealDn(java.lang.String sRealDN)
public void setActions(DnActionCollection actions)
public org.w3c.dom.Element toXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void fromXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
fromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.