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

getComponentAvailability


Retrieves the availability of a given component in an enterprise. Availability is defined as a percentage of available task slots for the component. See the following paragraph.

Availability = ((Total MaxTasks - Total* currTasks)*100)/MaxTasks Total MaxTasks = Total number of maximum tasks on all application servers where component is currently running. Total currTasks = Total current running tasks on all the application servers where component is configured to run on server startup. If a connection to an application server cannot be established then it is assumed that server is not running. If a task is running as part of a process that is recycled-reconfigured then it is not counted.

Syntax

See the following for syntax of this method:

Float getComponentAvailability(String entName, String compName) throws Exception;

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