|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectorConnectionRuntimeMBean
This class is used for monitoring individual WebLogic Connector connections
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX"
on http://www.oracle.com/technology/products/weblogic/index.html.
Method Summary | |
---|---|
void |
delete()
Provides a way to manually close a connection through the console. |
int |
getActiveHandlesCurrentCount()
The current total active connection handles for this connection. |
int |
getActiveHandlesHighCount()
The high water mark of active connection handles for this connection since the connection was created. |
String |
getConnectionFactoryClassName()
Returns the connection factory class name. |
long |
getCreationDurationTime()
Return the time taken to create the connection. |
String |
getEISProductName()
Returns the EISProductName associated with the ManagedConnection's MetaData |
String |
getEISProductVersion()
Returns the EISProductVersion associated with the ManagedConnection's MetaData. |
int |
getHandlesCreatedTotalCount()
The total number of connection handles created for this connection since the connection was created. |
long |
getLastUsage()
Deprecated. |
String |
getLastUsageString()
Deprecated. |
String |
getManagedConnectionFactoryClassName()
Returns the managed connection factory class name. |
String |
getMaxConnections()
Returns the MaxConnections associated with the ManagedConnection's MetaData |
long |
getReserveDurationTime()
Get the time taken to reserve this connection. |
long |
getReserveTime()
Return the last time the connection was reserved. |
String |
getStackTrace()
Deprecated. |
String |
getTransactionId()
Get the Transaction ID of the transaction that this connection is being used with. |
String |
getUserName()
Returns the UserName associated with the ManagedConnection's MetaData |
boolean |
hasError()
Return a flag indicating whether the connection has an error or not. |
boolean |
isCurrentlyInUse()
Indicates whether the connection is currently in use. |
boolean |
isDeletable()
Indicates whether the connection can be closed manually through the console. |
boolean |
isIdle()
Deprecated. |
boolean |
isInTransaction()
Indicates whether the connection is currently in use in a transaction. |
boolean |
isShared()
Indicates whether the connection is currently being shared by more than one invoker. |
boolean |
testConnection()
Test the connection. |
Method Detail |
---|
int getActiveHandlesCurrentCount()
The current total active connection handles for this connection.
int getActiveHandlesHighCount()
The high water mark of active connection handles for this connection since the connection was created.
int getHandlesCreatedTotalCount()
The total number of connection handles created for this connection since the connection was created.
boolean isCurrentlyInUse()
Indicates whether the connection is currently in use.
boolean isInTransaction()
Indicates whether the connection is currently in use in a transaction.
boolean isShared()
Indicates whether the connection is currently being shared by more than one invoker.
long getLastUsage()
The last usage time stamp for the connection in milliseconds, as
returned by System.currentTimeMillis()
.
String getLastUsageString()
The last usage time stamp for the connection as a string.
String getStackTrace()
The stack trace for the current connection, which will be blank unless connection-profiling-enabled is set to true in weblogic-ra.xml
boolean isIdle()
Indicates whether the connection has been idle for a period extending beyond the configured maximum.
boolean isDeletable()
Indicates whether the connection can be closed manually through the console.
void delete() throws ManagementException
Provides a way to manually close a connection through the console.
ManagementException
String getEISProductName()
String getEISProductVersion()
Returns the EISProductVersion associated with the ManagedConnection's MetaData.
String getMaxConnections()
Returns the MaxConnections associated with the ManagedConnection's MetaData
String getUserName()
Returns the UserName associated with the ManagedConnection's MetaData
String getManagedConnectionFactoryClassName()
Returns the managed connection factory class name.
String getConnectionFactoryClassName()
Returns the connection factory class name.
boolean testConnection()
Test the connection. Returns true if the test was successful.
long getCreationDurationTime()
Return the time taken to create the connection.
long getReserveDurationTime()
Get the time taken to reserve this connection.
String getTransactionId()
Get the Transaction ID of the transaction that this connection is being used with.
long getReserveTime()
Return the last time the connection was reserved.
boolean hasError()
Return a flag indicating whether the connection has an error or not. A "true" is returned if there is an error.
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |