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

getAvailability


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

Availability = ((Total MaxTasks - Total currTasks)*100)/MaxTasks Total MaxTasks = Total number of maximum tasks for the component on that appserver. Total currTasks = Total current running tasks for the component on that server. If you cannot connect to an application 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 syntax of this method:

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

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