Is it possible to extend the servermonitoring cfc?

I'm writing a POC app and I thought it would be a simple thing to extend the 
SM.cfc so that I wouldn't have to write the methods myself. Also, that I 
wouldn't have to bother creating the object.

Just wanted to check if it's possible because I'm getting a JRun error when I 
try to hit my CFC in the browser:

<cfcomponent displayname="SMApp" hint="Accesses various methods from the 
Servermonitoring.cfc" extends="cfide.adminapi.servermonitoring" output="false">

        <cfscript>
                overview = {};
                overview['serverUptime'] = 0;
        </cfscript>

        <cffunction name="init" returntype="SMApp" access="remote" 
description="initializes the SMApp connection">
                <cfreturn this>
        </cffunction>

</cfcomponent> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to