| Package | Description |
|---|---|
| com.caucho.management.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigMXBean
MBean API for a parsed Config file.
|
interface |
ConnectionPoolMXBean
MBean API for the JCA connection pool.
|
interface |
OsgiBundleMXBean
MBean API for an OsgiBundle
|
interface |
OsgiServiceMXBean
MBean API for an OsgiService
|
interface |
TransactionManagerMXBean
MBean API for the TransactionManager connection pool.
|
interface |
WebBeanMXBean
MBean API for a WebBean
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPoolMXBean.clear()
Clears all idle connections in the pool.
|
java.lang.String[] |
WebBeanMXBean.getBeanTypes()
Returns the all the bean types
|
long |
OsgiBundleMXBean.getBundleId()
Returns the bundle id
|
java.lang.String[] |
EnvironmentMXBean.getClassPath()
Returns the classpath for the environment
|
long |
TransactionManagerMXBean.getCommitCountTotal()
Returns the total number of committed transaction.
|
long |
TransactionManagerMXBean.getCommitResourceFailCountTotal()
Returns the number of failed commits in the final resource commit
|
int |
ConnectionPoolMXBean.getConnectionActiveCount()
Returns the number of active connections.
|
int |
ConnectionPoolMXBean.getConnectionCount()
Returns the total number of connections.
|
long |
ConnectionPoolMXBean.getConnectionCountTotal()
Returns the total number of connections.
|
int |
ConnectionPoolMXBean.getConnectionCreateCount()
Returns the number of connections being created.
|
long |
ConnectionPoolMXBean.getConnectionCreateCountTotal()
Returns the total number of created connections.
|
long |
ConnectionPoolMXBean.getConnectionFailCountTotal()
Returns the total number of failed connections.
|
int |
ConnectionPoolMXBean.getConnectionIdleCount()
Returns the number of idle connections.
|
long |
ConnectionPoolMXBean.getConnectionWaitTime()
How long to wait for connections when timed out.
|
long |
ConfigMXBean.getCrc64() |
java.util.Date |
ConnectionPoolMXBean.getLastFailTime()
Returns the last failed connection time.
|
long |
ConfigMXBean.getLastModified() |
long |
ConfigMXBean.getLength() |
java.lang.String |
OsgiBundleMXBean.getLocation()
Returns the bundle location URL
|
long |
ConnectionPoolMXBean.getMaxActiveTime()
Returns the pool active time in milliseconds.
|
int |
ConnectionPoolMXBean.getMaxConnections()
Returns the maximum number of connections.
|
int |
ConnectionPoolMXBean.getMaxCreateConnections()
Returns the max number of connections trying to connect.
|
int |
ConnectionPoolMXBean.getMaxIdleCount()
Returns the maximum number of idle connections
|
long |
ConnectionPoolMXBean.getMaxIdleTime()
Returns the pool idle time in milliseconds.
|
int |
ConnectionPoolMXBean.getMaxOverflowConnections()
Returns the number of overflow connections.
|
long |
ConnectionPoolMXBean.getMaxPoolTime()
Returns the pool time in milliseconds.
|
int |
ConnectionPoolMXBean.getMinIdleCount()
Returns the minimum number of idle connections
|
java.lang.String |
ManagedObjectMXBean.getName()
The JMX name property of the mbean.
|
javax.management.ObjectName |
AbstractManagedObject.getObjectName()
Returns the
ObjectName of the mbean. |
javax.management.ObjectName |
ManagedObjectMXBean.getObjectName()
Returns the
ObjectName of the mbean. |
java.lang.String |
ConfigMXBean.getPath() |
java.lang.String[] |
WebBeanMXBean.getQualifiers()
Returns the binding types
|
long |
TransactionManagerMXBean.getRollbackCountTotal()
Returns the total number of rollbacks transaction.
|
java.lang.String |
WebBeanMXBean.getScope()
Returns the scope type attribute
|
java.lang.String |
OsgiBundleMXBean.getState()
Returns the bundle state
|
java.lang.String |
OsgiBundleMXBean.getSymbolicName()
Returns the symbolic name
|
int |
TransactionManagerMXBean.getTransactionCount()
Returns the total number of in-progress transactions.
|
java.lang.String |
ManagedObjectMXBean.getType()
The JMX type of this MBean.
|
java.lang.String |
OsgiBundleMXBean.getVersion()
Returns the bundle version
|