Class ConnectorOperationalStatus
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.ConnectorOperationalStatus
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class ConnectorOperationalStatus extends Object implements DebugDumpable, Serializable
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_CONNECTOR_CLASS_NAME
static String
F_CONNECTOR_NAME
static String
F_POOL_CONFIG_MAX_IDLE
static String
F_POOL_CONFIG_MAX_SIZE
static String
F_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME
static String
F_POOL_CONFIG_MIN_IDLE
static String
F_POOL_CONFIG_MIN_SIZE
static String
F_POOL_CONFIG_WAIT_TIMEOUT
static String
F_POOL_STATUS_NUM_ACTIVE
static String
F_POOL_STATUS_NUM_IDLE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ConnectorOperationalStatus()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
F_CONNECTOR_NAME
public static final String F_CONNECTOR_NAME
- See Also:
- Constant Field Values
-
F_CONNECTOR_CLASS_NAME
public static final String F_CONNECTOR_CLASS_NAME
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_MIN_SIZE
public static final String F_POOL_CONFIG_MIN_SIZE
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_MAX_SIZE
public static final String F_POOL_CONFIG_MAX_SIZE
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_MIN_IDLE
public static final String F_POOL_CONFIG_MIN_IDLE
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_MAX_IDLE
public static final String F_POOL_CONFIG_MAX_IDLE
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_WAIT_TIMEOUT
public static final String F_POOL_CONFIG_WAIT_TIMEOUT
- See Also:
- Constant Field Values
-
F_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME
public static final String F_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME
- See Also:
- Constant Field Values
-
F_POOL_STATUS_NUM_IDLE
public static final String F_POOL_STATUS_NUM_IDLE
- See Also:
- Constant Field Values
-
F_POOL_STATUS_NUM_ACTIVE
public static final String F_POOL_STATUS_NUM_ACTIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConnectorName
public String getConnectorName()
-
setConnectorName
public void setConnectorName(String connectorName)
-
getConnectorClassName
public String getConnectorClassName()
-
setConnectorClassName
public void setConnectorClassName(String connectorClassName)
-
getPoolConfigMaxSize
public Integer getPoolConfigMaxSize()
-
setPoolConfigMaxSize
public void setPoolConfigMaxSize(Integer poolConfigMaxSize)
-
getPoolConfigMinSize
public Integer getPoolConfigMinSize()
-
setPoolConfigMinSize
public void setPoolConfigMinSize(Integer poolConfigMinSize)
-
getPoolConfigMinIdle
public Integer getPoolConfigMinIdle()
-
setPoolConfigMinIdle
public void setPoolConfigMinIdle(Integer poolConfigMinIdle)
-
getPoolConfigMaxIdle
public Integer getPoolConfigMaxIdle()
-
setPoolConfigMaxIdle
public void setPoolConfigMaxIdle(Integer poolConfigMaxIdle)
-
getPoolConfigWaitTimeout
public Long getPoolConfigWaitTimeout()
-
setPoolConfigWaitTimeout
public void setPoolConfigWaitTimeout(Long poolConfigWaitTimeout)
-
getPoolConfigMinEvictableIdleTime
public Long getPoolConfigMinEvictableIdleTime()
-
setPoolConfigMinEvictableIdleTime
public void setPoolConfigMinEvictableIdleTime(Long poolConfigMinEvictableIdleTime)
-
getPoolConfigMaxIdleTime
public Long getPoolConfigMaxIdleTime()
-
setPoolConfigMaxIdleTime
public void setPoolConfigMaxIdleTime(Long poolConfigMaxIdleTime)
-
getPoolStatusNumIdle
public Integer getPoolStatusNumIdle()
-
setPoolStatusNumIdle
public void setPoolStatusNumIdle(Integer poolStatusNumIdle)
-
getPoolStatusNumActive
public Integer getPoolStatusNumActive()
-
setPoolStatusNumActive
public void setPoolStatusNumActive(Integer poolStatusNumActive)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-