Siebel System Administration Guide > Siebel Management Framework APIs > Methods Used with the Enterprise-Level Service >

shutdownComponent


Shuts down the component on all application servers where the component is configured to run. Set the parameter bFastShutdown to True if you want to do a fast shutdown, if not, set it to False. The returned Boolean value tells if the shut down operation was executed successfully or not.

Syntax

See the following for syntax of this method:

Boolean shutdownComponent(String entname, String compname, Boolean bFastShutdown) throws Exception;

Siebel System Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.