public class SsoServerConnPoolSvc extends Object implements SsoServerConnPoolSvcMBean, Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
ConnRequestWaitTimeCurrent
Variable for storing the value of "ConnRequestWaitTimeCurrent".
|
protected Long |
ConnRequestWaitTimeHighWaterMark
Variable for storing the value of "ConnRequestWaitTimeHighWaterMark".
|
protected Long |
ConnRequestWaitTimeLowWaterMark
Variable for storing the value of "ConnRequestWaitTimeLowWaterMark".
|
protected Integer |
NumConnReleased
Variable for storing the value of "NumConnReleased".
|
protected Integer |
NumConnUsedCurrent
Variable for storing the value of "NumConnUsedCurrent".
|
protected Integer |
NumConnUsedHighWaterMark
Variable for storing the value of "NumConnUsedHighWaterMark".
|
protected Integer |
NumConnUsedLowWaterMark
Variable for storing the value of "NumConnUsedLowWaterMark".
|
Constructor and Description |
---|
SsoServerConnPoolSvc(com.sun.management.snmp.agent.SnmpMib myMib)
Constructor for the "SsoServerConnPoolSvc" group.
|
SsoServerConnPoolSvc(com.sun.management.snmp.agent.SnmpMib myMib,
MBeanServer server)
Constructor for the "SsoServerConnPoolSvc" group.
|
Modifier and Type | Method and Description |
---|---|
Long |
getConnRequestWaitTimeCurrent()
Getter for the "ConnRequestWaitTimeCurrent" variable.
|
Long |
getConnRequestWaitTimeHighWaterMark()
Getter for the "ConnRequestWaitTimeHighWaterMark" variable.
|
Long |
getConnRequestWaitTimeLowWaterMark()
Getter for the "ConnRequestWaitTimeLowWaterMark" variable.
|
Integer |
getNumConnReleased()
Getter for the "NumConnReleased" variable.
|
Integer |
getNumConnUsedCurrent()
Getter for the "NumConnUsedCurrent" variable.
|
Integer |
getNumConnUsedHighWaterMark()
Getter for the "NumConnUsedHighWaterMark" variable.
|
Integer |
getNumConnUsedLowWaterMark()
Getter for the "NumConnUsedLowWaterMark" variable.
|
protected Integer NumConnUsedCurrent
protected Integer NumConnUsedLowWaterMark
protected Integer NumConnUsedHighWaterMark
protected Long ConnRequestWaitTimeCurrent
protected Long ConnRequestWaitTimeLowWaterMark
protected Long ConnRequestWaitTimeHighWaterMark
protected Integer NumConnReleased
public SsoServerConnPoolSvc(com.sun.management.snmp.agent.SnmpMib myMib)
public SsoServerConnPoolSvc(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
public Integer getNumConnUsedCurrent() throws com.sun.management.snmp.SnmpStatusException
getNumConnUsedCurrent
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Integer getNumConnUsedLowWaterMark() throws com.sun.management.snmp.SnmpStatusException
getNumConnUsedLowWaterMark
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Integer getNumConnUsedHighWaterMark() throws com.sun.management.snmp.SnmpStatusException
getNumConnUsedHighWaterMark
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Long getConnRequestWaitTimeCurrent() throws com.sun.management.snmp.SnmpStatusException
getConnRequestWaitTimeCurrent
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Long getConnRequestWaitTimeLowWaterMark() throws com.sun.management.snmp.SnmpStatusException
getConnRequestWaitTimeLowWaterMark
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Long getConnRequestWaitTimeHighWaterMark() throws com.sun.management.snmp.SnmpStatusException
getConnRequestWaitTimeHighWaterMark
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
public Integer getNumConnReleased() throws com.sun.management.snmp.SnmpStatusException
getNumConnReleased
in interface SsoServerConnPoolSvcMBean
com.sun.management.snmp.SnmpStatusException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.