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

getAvailability


Retrieves the availability of a component on a Siebel Server in an enterprise. Availability is defined as the percentage of available task slots for the component.

Availability is equal to ((Total MaxTasks minus Total currTasks) times 100) divided by MaxTasks Total MaxTasks is equal to Total number of maximum tasks for the component on that Siebel Server. Total currTasks is equal to Total current running tasks for the component on that server. If you cannot connect to a Siebel Server, then assume that the server is not running. If a task is running as part of a process that is previously run or reconfigured, then it is not counted.

Syntax

See the following for the syntax of this method:

Float getAvailability(String entName, String srvrName, String compName) throws Exception;

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