on 5/17/01 11:00 AM, "Howard Lin" <[EMAIL PROTECTED]> wrote:

> Hi, I'm using Turbine in a standalone app. How do I shutdown Turbine
> services? Just call Turbine.destroy() methods?
> 
> Thanks,
> 
> Howard

Since you are just using the Services, just use the Services API to shut
things down.

TurbineServices.getInstance().shutdownServices();

That is what Turbine.destroy() essentially does.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to