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_Current_Tasks) multiplied by 100) divided by MaxTasks, where:

  • Total_MaxTasks is the total number of maximum tasks for the component on that Siebel Server.
  • Total_Current_Tasks is the total number of 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 was 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 © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.