Thanks guys that's a bit beyond my reach from a skills perspective at the moment but I'll poke around...btw this seems to clear all query cache...
<CFOBJECT ACTION="CREATE" TYPE="JAVA" CLASS="coldfusion.server.ServiceFactory" NAME="factory"> <cfset result = factory.DataSourceService.purgeQueryCache()> -----Original Message----- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 5:33 PM To: CF-Talk Subject: RE: JAVADOCS (RE: coldfusion.server.ServiceFactory ?) Using the Java Profiler would likely be much easier. The Java Profiler comes with the JDK and is executed using the command javap. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] > -----Original Message----- > From: Pete Freitag [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 2:27 PM > To: CF-Talk > Subject: RE: JAVADOCS (RE: coldfusion.server.ServiceFactory ?) > > You can however get the interface of the class from the class file > (without decompiling it) through introspection. Open the Jar file > with JBuilder, > and > it will generate a interface stub. Forte also has an introspector built > in. > > _____________________________________________ > Pete Freitag > CTO, CFDEV.COM > ColdFusion Tags, Products, and Free Resources http://www.cfdev.com/ > > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 2:34 PM > To: CF-Talk > Subject: RE: JAVADOCS (RE: coldfusion.server.ServiceFactory ?) > > > Crap! Thanks Ben...On my way over to the suggestion box... > > > -----Original Message----- > From: Ben Forta [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 2:20 PM > To: CF-Talk > Subject: RE: JAVADOCS (RE: coldfusion.server.ServiceFactory ?) > > Stacy, > > I tried that one, it is not exposed to the ServiceFactory and I checked > with the developer and he said there were no exposed API's for that one > at all. Sorry. > > --- Ben > > > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 2:17 PM > To: CF-Talk > Subject: JAVADOCS (RE: coldfusion.server.ServiceFactory ?) > > > Better yet, are there Javadocs available? :) > > > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 2:06 PM > To: CF-Talk > Subject: coldfusion.server.ServiceFactory ? > > In one of Ben Forta's UDFs I see his getting into some Java > functionality to access query data. I'm wondering if anyone can lead me > onto a way of accessing what queries are currently cached in the app > server? I've always wanted to be able to actively monitor/adjust > querying caching based on what's in memory already and what not... > > > > Thanks in advance! > > > > > > Stacy Young > > System Integration Specialist, Architecture > > Surefire Commerce > > http://www.sfcommerce.com <http://www.sfcommerce.com> > > (p) 514-380-2700 ext: 3234 > > (f) 514-380-2760 > > > > > > AVIS IMPORTANT: > ------------------------------- > Les informations contenues dans le present document et ses pieces > jointes sont strictement confidentielles et reservees a l'usage de la > (des) > personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, > soyez avise que toute divulgation, distribution, copie, ou autre > utilisation de ces informations est strictement prohibee. Si vous avez > recu ce document par erreur, veuillez s'il vous plait communiquer > immediatement avec l'expediteur et detruire ce document sans en faire de > copie sous quelque forme. > > WARNING: > ------------------------------- > The information contained in this document and attachments is > confidential and intended only for the person(s) named above. If you > are not the intended recipient you are hereby notified that any > disclosure, copying, distribution, or any other use of the information > is strictly prohibited. If you have received this document by mistake, > please notify the sender immediately and destroy this document and > attachments without making any copy of any kind. > > > > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

