public class ConnectionRuntimeMBeanImpl
extends weblogic.management.runtime.RuntimeMBeanDelegate
implements weblogic.management.runtime.JoltConnectionRuntimeMBean
| Constructor and Description |
|---|
ConnectionRuntimeMBeanImpl(Connection conn,
java.lang.String mbName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress() |
int |
getErrorCount()
Returns the Request Error Count
|
java.lang.String |
getLastAccessTime()
Returns the Last Access Date and Time
|
int |
getPendingRequestCount()
Returns the Pending Request Count
|
int |
getRequestCount()
Returns the Request Count
|
boolean |
isAlive()
Returns the Connection Alive indicator
|
boolean |
isInTransaction()
Returns the Connection in Transaction indicator
|
compareTo, disableNotifications, enableNotifications, getAttribute, getAttributes, getMBeanInfo, getMBeanType, getName, getObjectName, getParent, getSetAttributes, getType, invoke, invokeLocally, isAdmin, isCachingDisabled, isConfig, isRegistered, isRuntime, isSet, postDeregister, postRegister, postRegister, preDeregister, preRegister, sendNotification, setAttribute, setAttributes, setName, setParent, setParent, setType, toString, unSetaddNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListenerequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespublic ConnectionRuntimeMBeanImpl(Connection conn, java.lang.String mbName) throws weblogic.management.ManagementException
weblogic.management.ManagementExceptionpublic java.lang.String getAddress()
getAddress in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic java.lang.String getLastAccessTime()
getLastAccessTime in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic boolean isAlive()
isAlive in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic int getRequestCount()
getRequestCount in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic int getPendingRequestCount()
getPendingRequestCount in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic int getErrorCount()
getErrorCount in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanpublic boolean isInTransaction()
isInTransaction in interface weblogic.management.runtime.JoltConnectionRuntimeMBeanCopyright © 1996, 2024, Oracle and/or its affiliates.