Re: JCA Statistics
Ram Jeyaraman <[email protected]> Mon, 27 Jan 2003 13:31:53 -0800
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Organization | JavaSoft, Sun Microsystems Inc. |
| Message-ID | <[email protected]> |
"Perry, Jonathan" wrote: > > Hi, > I need to provide statistics about our Resource Adapter and want to do so in > a JCA compliant manner This statistical data would likely include the size > of the logical connection pools, data about the ManagedConnection, how long > connections were being used, etc. I was reviewing the j2ee v1.4 apis and > noticed that the javax.management.j2ee.statistics package contained some > interfaces related to the JCA. I didn't see a mention of these in the 1.5 > spec. Does anyone know the significance of the JCAStats, > JCAConnectionStats, and JCAConnectionPoolStats interfaces? Jon, these API are specified as part of JSR-77 http://www.jcp.org/en/jsr/detail?id=77. please refer to the J2EE Management specification for the details. The Connector 1.5 specification does not specify these APIs. The J2EE Management specification defines the management APIs for various components in the J2EE platform. also please note that JCA stands for Java Cryptography Architecture. Please use J2EE Connectors or simply Connectors, to refer to J2EE Connector Architecture. thanks Ram =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff CONNECTOR-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".