|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultPooledObjectInfoMBean
The interface that defines the information about pooled objects that will be exposed via JMX.
Method Summary | |
---|---|
long |
getCreateTime()
Obtain the time (using the same basis as System.currentTimeMillis() ) that pooled object was created. |
String |
getCreateTimeFormatted()
Obtain the time that pooled object was created. |
long |
getLastBorrowTime()
Obtain the time (using the same basis as System.currentTimeMillis() ) the polled object was last borrowed. |
String |
getLastBorrowTimeFormatted()
Obtain the time that pooled object was last borrowed. |
String |
getLastBorrowTrace()
Obtain the stack trace recorded when the pooled object was last borrowed. |
long |
getLastReturnTime()
Obtain the time (using the same basis as System.currentTimeMillis() )the wrapped object was last returned. |
String |
getLastReturnTimeFormatted()
Obtain the time that pooled object was last returned. |
String |
getPooledObjectToString()
Provides a String form of the wrapper for debug purposes. |
String |
getPooledObjectType()
Obtain the name of the class of the pooled object. |
Method Detail |
---|
long getCreateTime()
System.currentTimeMillis()
) that pooled object was created.
String getCreateTimeFormatted()
yyyy-MM-dd HH:mm:ss Z
long getLastBorrowTime()
System.currentTimeMillis()
) the polled object was last borrowed.
String getLastBorrowTimeFormatted()
yyyy-MM-dd HH:mm:ss Z
String getLastBorrowTrace()
long getLastReturnTime()
System.currentTimeMillis()
)the wrapped object was last returned.
String getLastReturnTimeFormatted()
yyyy-MM-dd HH:mm:ss Z
String getPooledObjectType()
Class.getName()
String getPooledObjectToString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |