Class ConnectorOperationalStatus
java.lang.Object
com.evolveum.midpoint.schema.statistics.ConnectorOperationalStatus
- All Implemented Interfaces:
DebugDumpable
,Serializable
- Author:
- semancik
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) boolean
int
hashCode()
void
setConnectorClassName
(String connectorClassName) void
setConnectorName
(String connectorName) void
setPoolConfigMaxIdle
(Integer poolConfigMaxIdle) void
setPoolConfigMaxIdleTime
(Long poolConfigMaxIdleTime) void
setPoolConfigMaxSize
(Integer poolConfigMaxSize) void
setPoolConfigMinEvictableIdleTime
(Long poolConfigMinEvictableIdleTime) void
setPoolConfigMinIdle
(Integer poolConfigMinIdle) void
setPoolConfigMinSize
(Integer poolConfigMinSize) void
setPoolConfigWaitTimeout
(Long poolConfigWaitTimeout) void
setPoolStatusNumActive
(Integer poolStatusNumActive) void
setPoolStatusNumIdle
(Integer poolStatusNumIdle) toString()
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 Details
-
F_CONNECTOR_NAME
- See Also:
-
F_CONNECTOR_CLASS_NAME
- See Also:
-
F_POOL_CONFIG_MIN_SIZE
- See Also:
-
F_POOL_CONFIG_MAX_SIZE
- See Also:
-
F_POOL_CONFIG_MIN_IDLE
- See Also:
-
F_POOL_CONFIG_MAX_IDLE
- See Also:
-
F_POOL_CONFIG_WAIT_TIMEOUT
- See Also:
-
F_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME
- See Also:
-
F_POOL_CONFIG_MAX_IDLE_TIME
- See Also:
-
F_POOL_STATUS_NUM_IDLE
- See Also:
-
F_POOL_STATUS_NUM_ACTIVE
- See Also:
-
-
Constructor Details
-
ConnectorOperationalStatus
public ConnectorOperationalStatus()
-
-
Method Details
-
getConnectorName
-
setConnectorName
-
getConnectorClassName
-
setConnectorClassName
-
getPoolConfigMaxSize
-
setPoolConfigMaxSize
-
getPoolConfigMinSize
-
setPoolConfigMinSize
-
getPoolConfigMinIdle
-
setPoolConfigMinIdle
-
getPoolConfigMaxIdle
-
setPoolConfigMaxIdle
-
getPoolConfigWaitTimeout
-
setPoolConfigWaitTimeout
-
getPoolConfigMinEvictableIdleTime
-
setPoolConfigMinEvictableIdleTime
-
getPoolConfigMaxIdleTime
-
setPoolConfigMaxIdleTime
-
getPoolStatusNumIdle
-
setPoolStatusNumIdle
-
getPoolStatusNumActive
-
setPoolStatusNumActive
-
hashCode
public int hashCode() -
equals
-
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-