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

shutdownComponent


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

Syntax

See the following for the syntax of this method:

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

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